Patternslib / Patterns

Library for quickly applying rich interaction patterns without the need to write any JavaScript.
http://patternslib.com
Other
103 stars 43 forks source link

fix(pat validation): Do not disable input elements with formnovalidate. #1163

Closed thet closed 1 year ago

thet commented 1 year ago

Do not disable input elements with the formnovalidate attribute set when form validation fails. E.g. a cancel button: <button formnovalidate>Cancel</button>.

Fixes #1132.