-
Notifications
You must be signed in to change notification settings - Fork 149
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
[FormsySelect] 'required' is not being enforced #5
Comments
Is there any progress on this? This bug is pretty annoying. |
@quangdng - can you remind me how this manifests? It's a long time since I've looked at it - I should have been more verbose in the issue description! |
After some testing with [email protected], [email protected], and [email protected], I see that example: <FormsyText
name="first"
floatingLabelText="First name"
fullWidth={true}
validations="isExisty"
validationError="First name is required"
required
/> The |
I actually think this is an issue in formsy-react. See christianalfoni/formsy-react#241 Basically |
Closed by #105 |
It does correctly affect canSubmit state, but not the field itself.
The text was updated successfully, but these errors were encountered: