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

A simple Form Validation Utility for Bootstrap 3 and Bootstrap 4 for Humans.

Results 22 bootstrap-validate issues
Sort by recently updated
recently updated
newest added

Hello, I am having an issue with using Bootstrap Validate for my regex. I must be able to use the pipe operator as part of my regex syntax. Can you...

Code ` bootstrapValidate('#companyName', 'required:Please enter a company name.');` HTML `

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/PascaleBeier/bootstrap-validate). ## Config Migration Needed - [ ]...

I have simple code below and still doesn't support validation. ``` One ``` ``` $('.select2').select2(); bootstrapValidate("#group", "required:This is required!"); ``` But it worked on input tag. Any idea?

bug

Hi there. `bootstrapValidate('.mobile', 'regex:^1\d{10}$:Mobile Err'` is not working. I have to code like this: `bootstrapValidate('.mobile', 'regex:^1[0-9]{10}$:Mobile Err'`

Do you imagine a way to 1) check that emails syntaxes are ok 2) have at least one of the two address filled ? Pro email bootstrapValidate('#emailpro', 'email:does not look...

This library will greatly benefit my projects once the following bugs are fixed: Currently, when I attempt to add the same regex rule for two different input fields, the error...

Following is the error that I see in browser when I try using bootstrap-validate: bootstrap-validate.js:1 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener') at bootstrap-validate.js:1:16851 at Array.forEach () at...