ReactiveRaven/jqBootstrapValidation

data-validation-required-message doesn't work

Opened this issue · 2 comments

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.