react-bootstrap-validation icon indicating copy to clipboard operation
react-bootstrap-validation copied to clipboard

Form validation for react-bootstrap

Results 40 react-bootstrap-validation issues
Sort by recently updated
recently updated
newest added

Need the ability to extend validator.js with numerous rules and pass that in to be used similar to what you are doing https://github.com/heilhead/react-bootstrap-validation/blob/master/src/Validator.js

Update to latest stable validator plugin. Update syntax for validator extensions.

At the moment I can only validate numeric field with '_isInt_', '_isFloat_'. In validator.js they have already support min and max for '_isInt_' and '_isFloat_' Please update our dependencies to...

It seems that I cannot use `allowEmpty` in the `validate` attribute. What I would like to do is validate a field to be either a valid email address or empty....

How do I validate just a number?

Is there a way to include select (dropdown list)?

The action of the form is now available as a prop. By default the action leads to `#`, but can now be customizable.

My form has 2 buttons "Save" and "Save and Continue" and I need to handle them separately, how do I do that?

Hey everyone. Seeing as this library became somewhat popular means a lot to me. I wrote it some time ago to learn React and did not honestly think that you...

help wanted
question