Amir Bravostack
Results
2
comments of
Amir Bravostack
> For those that come across this issue you can also temporarily solve this race condition this way: > > ``` > setFieldValue(name, value).then(() => { > setFieldTouched(name); > });...
> closeOnSelect doesn't work if one of parent is label  Guess cause can be in event bubbling to label parent and automatically focusing...