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
This may just be an opportunity for better documentation; this library does provide a default onChange function, which will be used if none is passed. The issue is that the default contains a necessary invocation of Formik's setFieldValue:
I'm having difficulty using onChange in the Autocomplete component.
With the onChange function configured, after selecting an option the Autocomplete is cleared.
Based on the sandbox code available on the github homepage, it only includes the onChange in the autocomplete.
I believe it cleans due to formik configuration, what would be the correct way to access the information after selection?
The text was updated successfully, but these errors were encountered: