Replies: 1 comment
-
Don't support such usage, use Controller instead. inputProps={register("currency", {
required: "Please enter currency"
})} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version Number
7.45.2
Codesandbox/Expo snack
https://codesandbox.io/s/63236951-how-to-use-material-ui-select-with-react-hook-form-forked-4khy6d
Steps to reproduce
when I use 7.21.0 , it works. more than this version ,will return this error
Expected behaviour
select a option and it works
What browsers are you seeing the problem on?
Chrome
Relevant log output
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions