Replies: 1 comment 7 replies
-
@Ali-Zmn Hello, This is not possible using condition. I recommend to implement a custom value listener. cc @Hyperkid123 maybe what we could do in the future is to provide some |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, before my question I want to thank you for your great library and your efforts to support and keep it updated.
I have a custom field array which its default values are set from other components based on some conditions. For example, in this sandbox, it is based on the text field if the value given is '3'.
It works fine if I want to set/replace the whole field array with a given value but how can I append to it?
in the example provided, the field array initial values are 1 -> one and 2 -> two or whatever user type, and I want to append the 3->three if I write 3 in the text field, how can I achieve this?
Code Exaple: codesandbox
Thanks
Beta Was this translation helpful? Give feedback.
All reactions