React MUI Autocomplete with Formik and custom render options – Reactjs
I am trying to implement React Material UI Autocomplete component by using Formik (setFormValue) and custom renderOption property, so I don't use TextField component, but custom input field. Filtering options works as expected, so when I enter some value in…