listeners.onChange not fired when calling form.setFieldValue
setFieldValue from the useForm result. But when I am calling it's my listeners.onChange from useForm is not called.I am passing these useForm values in a context then, when some of my custom component fields change, I am doing:
Is it by demand, or is it a bug?