You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I reviewing the Form component I find that required fields display with a red border on form load when viewed in Firefox. Fields should only validate on loss of focus or upon clicking the Submit button. Here an example of what this looks like:
This was resolved in core workspace, but isn't a CSS fix, so we'll need to make the same updates in react. We just replaced all instances of <form with <form novalidate, to disable the HTML5 browser validation. Here's the PR with the changes made in core - https://github.com/patternfly/patternfly-next/pull/1299/files
I reviewing the Form component I find that required fields display with a red border on form load when viewed in Firefox. Fields should only validate on loss of focus or upon clicking the Submit button. Here an example of what this looks like:
There is a related issue here: #986
The text was updated successfully, but these errors were encountered: