Closed mustafashabib closed 9 years ago
Hi there!
This seems strange. Could you try to just put your error out in a separate element? Just to make sure that it is not material-ui making any problems? Also try with a different validation rule.
Closing old issue
Hey all
I'm trying to make a simple "TimeInput" component which needs to validate that the input looks like a valid time.
For some reason, my validation doesn't seem to be running. When I enter an invalid value, it doesn't show any error messages and will let me submit. If I pass a
required
property when I render aFormsy.Form
with this components in them, theRequired
message shows up when I don't provide it, though.I'm using
material-ui
for theTextField
component.Here's my component: