Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data-validation-required-message doesn't work #189

Open
Thyiad opened this issue Feb 27, 2016 · 2 comments
Open

data-validation-required-message doesn't work #189

Thyiad opened this issue Feb 27, 2016 · 2 comments

Comments

@Thyiad
Copy link

Thyiad commented Feb 27, 2016

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
Copy link

jon-moreira commented Nov 16, 2016

I have the same problem :(

bootstrap v.3.3.2 ad jquery 1.11.1

@Nidhishpp
Copy link

Nidhishpp commented Nov 14, 2017

just add novalidate in form tag
eg:

<form id="myform" novalidate>

It is going to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants