bouncer icon indicating copy to clipboard operation
bouncer copied to clipboard

A lightweight form validation script that augments native HTML5 form validation elements and attributes.

Results 50 bouncer issues
Sort by recently updated
recently updated
newest added

There's a few things in this PR, so let me know if you'd rather them separate. ### validateOnBlur I know this might be a long-shot, especially given its on of...

Possibly not bug, maybe just limitation - validating a group of checkboxes where at least one is required: https://codepen.io/iamkeir/pen/jgzOJr?editors=1010 However, if you assign values to the checkboxes, the above starts...

enhancement

Thanks for providing Bouncer, a super handy and light package! One development experience issue I ran into, was trying to preventDefault from the form onsubmit event, and it appeared to...

Hello, I would like to use two form in a page. But I do not know how can call bouncerFormValid two time ? For example 1. form id #form1 2....

Hi, Any plan for add some translation/localization mechanism for error messages? I would help if you like.

enhancement

When adding the error message nextSibling could be null (if the input is wrapped in a div). If that happens createError can get a null for location and it blows...

Rather than run every custom validators on every field, assign a list of custom validators to a field, and only run those. This seems cleaner for the general case of...