Open Thyiad opened 8 years ago
I set required and data-validation-required-message attribute, but data-validation-required-message doesn't work
I use Bootstrap v3.3.6 and Jquery v1.11.0
I have the same problem :(
bootstrap v.3.3.2 ad jquery 1.11.1
just add novalidate in form tag eg:
<form id="myform" novalidate>
It is going to work.
I set required and data-validation-required-message attribute, but data-validation-required-message doesn't work
I use Bootstrap v3.3.6 and Jquery v1.11.0