Array on textinput

I have an array like ['amount' => '23'] that is set to the planned property. Is it possible to set this on a TextInput? I'm thinking of something like planned['amount']
3 Replies
jallen4.
jallen4.OP2y ago
For context this is coming in this way because I'm implementing the wireable interface on an attribute that is cast to a Money class
jallen4.
jallen4.OP2y ago
Thanks! that worked

Did you find this page helpful?