Replies: 1 comment
-
Encountering the same issue, would like onChange listeners to be triggered when calling @Davit-000 Thanks for the workaround! |
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
-
I would like to have option to trigger field onChange listener when changing field value by
form.setFieldValue('name', value)
for now it has optiondontUpdateMeta
. The workaround I could find is to dowhich is running filed validation and triggers listener onChange event.
Is this this possible or using the above approach is fine?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions