MUI: The value provided to Autocomplete is invalid.None of the options match with 0
#8238
Answered
by
sujeet-agrahari
sujeet-agrahari
asked this question in
Q&A
-
I am using MUI autocomplete component with react-hook-form. ControlledAutoComplete.jsx
AddFees.jsx
I am getting below warning,
|
Beta Was this translation helpful? Give feedback.
Answered by
sujeet-agrahari
Apr 23, 2022
Replies: 1 comment 1 reply
-
I was doing it wrong. I was listening for
Usage,
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Moshyfawn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was doing it wrong. I was listening for
onChange
on text field while it should be onAutoComplete