Replies: 1 comment
-
This might be a state issue with how you've structured your reagent component Other reagent forms such as Form-2 or Form-3 combined with wrapping external state, see |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
When using a callback for choices, and if something within that function should react to changes, the choices fn won't rerun leading to out of sync choices.
Example
uoms is getting passed in from the parent. If there is no match, we want to be able to create a new UOM and then have that be added to the list for future use. Currently this choices won't rerun if uoms is updated.
Any help on how I might get this to work much appreciated.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions