-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to display validation failure for MUI Checkbox? #169
Comments
Attempting to do this with a function like
|
It seems you have solved this. |
I am unable to add validation on checkbox can you please create a small form with this checkbox. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Checkbox component in redux-form-material-ui does not display validation errors. I tried creating a custom Checkbox component, but was utterly unsuccessful with the Checkbox from either material-ui or redux-form-material-ui as the starting point. Any suggestions how one can create a custom component from material-ui Checkbox that displays validation errors with redux-form?
The text was updated successfully, but these errors were encountered: