-
-
Notifications
You must be signed in to change notification settings - Fork 457
731 display validations errors on click #745
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
Conversation
… validation errors on DatePicker field - small css fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested with the settings page and worked really nicely. It might be worth double-checking existing tests with the new changes (I know some looked for button validation states). Hopefully by tomorrow the full test suite should be back up and running to make this process easier, but for now happy to merge and then troubleshoot after.
Yeah I agree with the test but we'll troubleshoot soon after v0.8 release. I'll deactivate them for now to allow build on |
Fix
FieldArray
) needs a bit of work to be totally stable.Added
/how-to/create
,event/create
and your profile/settings
page to see the validation errors. I did a lot of refactoring on the form components (SelectField
,LocationField
, etc..). Closes display errors on fields on save click #731Known issues
When editing your profile settings there is some conflicts between the values from react-final-form and the state
customFieldValues
. Working on a fix now.