You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These docs are a little out of date I think. React formal will automatically extract value from a synthetic event but if you do the mapping yourself you would need to handle it. In other words you whatever the input passed to onChange. In the case of default native input it's the change event
Example:
mapFromValue does not work as expected and as written in documentation:
fieldValue in this example is received as syntheticEvent.
The text was updated successfully, but these errors were encountered: