bootstrap-validator icon indicating copy to clipboard operation
bootstrap-validator copied to clipboard

A user-friendly HTML5 form validation jQuery plugin for Bootstrap 3

Results 100 bootstrap-validator issues
Sort by recently updated
recently updated
newest added

I have create a custom validation to check if the user have select one or more items on select2 field with multiselect option, if user didn't have select nothing the...

Hi there, hopefully the project is supported! I am trying to implement dynamic fields validation and encountered to strange error. Actually I have an address input field and I can...

The above error is being thrown when I try and run "update" via JS to include some new fields that have been added dynamically. I'm using Backbone.js (rendering a script...

Hi, i would be grateful if you check out this [question in stackoverflow](https://stackoverflow.com/questions/54296573/little-issue-on-jquery-written-plugin). Thanks ♥

Can you update **Bootstrap Validator** for work with **Bootstrap 4**? I think, It's w'll be very helpful for everyone. Who use Bootstrap 4. Please try to help for all of...

JS ``` $("#add").click(function () { debugger $("#cvk").val("asdasda").change(); $("#state").val("1").change(); }); cvk: { trigger: 'change', validators: { notEmpty: { message: 'The CVK is required' } } }, state: { trigger: 'change', validators:...

Added a check for an "is-custom" parameter to bypass validation checks on the field itself, within the runValidators function, in case we need it for an advanced custom rule. Changes...

I am using json to save data and fetch data. when i logout from the page, the session should be clear and when i press back button of the browser,...

In bootstrap validator, how to enable button all the time,