Reactjs – Formik validation does not work with Material UI Autocomplete
I want to display the validation error when user clears the selection. The sandbox link is https://codesandbox.io/p/sandbox/formik-autocomplete-yh3sl7?file=%2Fsrc%2FApp.tsx%3A1%2C1-84%2C1 When the form initial loads with default value. Clearing the value does not trigger the validation. Refresh the page. Click on submit. Clear…