data-validation-required-message doesn't work
Opened this issue · 2 comments
Thyiad commented
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
jon-moreira commented
I have the same problem :(
bootstrap v.3.3.2 ad jquery 1.11.1
Nidhishpp commented
just add novalidate in form tag
eg:
<form id="myform" novalidate>
It is going to work.