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

A component such as the one below should not be in an error state if the value is empty. ``` jsx ``` Currently, it returns an error when empty.

Less of an issue more of a Discussion, although it is an issue. But I really wanted to ask. Has anyone implemented "asynchronous validation" using this module? This is a...

This is my declaration: ``` ``` As soon as I submit the form I get this: Uncaught Invariant Violation: Objects are not valid as a React child (found: object with...

Hi, I was wondering if there is a way to create forms and bind inputs on complex objects. For example let's take a complex user object : ``` javascript {...

I have quite a large form and would like to split is out into sub components. When I do this I get the message 'Input must be placed inside the...

question

Inside the Form component I added a 'CheckBoxGroup' (react-checkbox-group) ie. ``` Apple Orange Watermelon ``` on handle submit, the 'fruit' key/pair is not in the values - shouldn't the form...

So I have a custom validation function for a password input, and want to show the user which of the four field validation rules the current value of the input...

enhancement

Hi, Is there a way to use the radio-inline class of Bootstrap ? I tried to wrap each Radio component inside a label as the Bootstrap documentation says but I...

enhancement

As state in the docs dependent field validation can be achieved using validate={(val, context) => val === context.password}. However when using this approach or even validateAll, if a user was...

Need to show an error in the tooltip http://take.ms/1gBR5

enhancement