bootstrap_form icon indicating copy to clipboard operation
bootstrap_form copied to clipboard

Markup from `required: true` may be different from default markup for required fields

Open lcreid opened this issue 6 years ago • 1 comments
trafficstars

It looks like the mark-up added by the relatively new option required: true causes Chrome (at least, likely others) to do the HTML5 validation on the front end. Needs investigation and test cases to confirm.

lcreid avatar Jul 07 '19 20:07 lcreid

I ran into the same issue. You can skirt this behavior by adding novalidate: true to the form.

geraddavis avatar Nov 18 '19 23:11 geraddavis