Hi all,
Please refer to this sample: https://stackblitz.com/edit/react-gfiaun?file=app/main.tsx
I am facing an issue whereby the controlled component does not update accordingly if the props are passed in via Field Prop.
In Field test1, the controlled component works as intended.
In Field test2, the controlled component does not work as expected, even though onHandleChange2 is still being executed and the value is still been set as seen in console.
I would like your advice on why this happens. Thank you!