I have a simple input element. Its content is linked to the value of a custom state.
I also have a repeating group full of stock ticker symbols. When I click on a symbol, that symbol is saved to the custom state (the one that the input element is linked to).
The value in the input field changes as the custom state is changed as expected.
PROBLEM: If I click back into the input field again, and change any text, THEN click the repeating group again, the custom state is changed, but the input field no longer updates at all. Again, this only happens if I click into the input element and change the text in some way. It seems that action breaks the ability for it to dynamically update to match the custom state.
Is there something I’m not aware of?
Thanks,
Dan