A
A
Alexander Timofeev2017-06-06 21:31:01
Validation
Alexander Timofeev, 2017-06-06 21:31:01

How to disable bootstrap validation by default?

I set up my own, but along with it, when you click on the button, bootstraps also come out

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Budaev, 2017-06-06
@Markus_Kane

If you attach a sample code to the question, the question will be clearer. For now, there is not enough data.
In general, so that you have something to dig:
Your framework or CMS or your own implementation of validation seems to add error classes to fields that did not pass validation. Bootstrap by default applies its styles to fields with this class if you pull the entire framework into the project. Hence the problem.
Bootstrap doesn't have any native implementation of validation by default. It's all about the classes that appear at the fields.
See through the developer panel what happens to the DOM when the checks fail.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question