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 want to validate an input text with blank (empty) value using custom validators. I changed this: > ``` > $.each(Validator.VALIDATORS, $.proxy(function (key, validator) { > var value = getValue($el);...

Hi, I would like to know how to custom validate without adding required attribute to the field. Because having `` and `$('#myForm').validator({ custom: { equals: functions(el$){ ... } } })`...

Hi. I have a need I'm not sure how to handle. All my solutions so far are inadequate. I have some forms that need filling, the fields that I want...

Hi I m trying to compile a bunch of separate js file in one file using "prepros". **Without Minification** But when I m attaching validator js browser gives me an...

Hello, Lets say I have a field, that has a required and data-minlength="6" attributes. I define error messages with data-error and data-minlength-error - and it works fine. But how can...

On my form I'm using: ` data-remote="./ajax/checkEmail.php"` In my "checkEmail.php" file I'm returning this... ``` if ($num) { http_response_code(400); echo("Email Address is already in use."); } else { http_response_code(200); }...

When errors is null errors.length call is causing uncaught error. Fixed by adding check on errors and then calling the original errors.length.

Hi, I managed to use this with a [datetimepicker](https://github.com/Eonasdan/bootstrap-datetimepicker). While all attributes and classes are well updated, the submit button is clickable (but have the disabled class). After some tests,...

I want to get the value of the input if the input value doesn't follow the format of the pattern. Example: