- πΊπΈUnited States erier
I believe andyg5000 is asking for focusInvalid() to be an optional setting. On a current project, I'm looking for the first field to not be auto-focused on invalid. This would help
The user experience can be enhanced by implementing jQuery validate's focusInvalid() method. This will force the browser to focus on the first failed element whenever validation is failed.
Add a setting to the module and update the javascript to read/react to the new setting.
Adds support for jQuery Validate's focusInvalid() method.
Postponed: needs info
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I believe andyg5000 is asking for focusInvalid() to be an optional setting. On a current project, I'm looking for the first field to not be auto-focused on invalid. This would help