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

React Validation Components

Results 88 react-validation issues
Sort by recently updated
recently updated
newest added

NOTE: This is not a bot. This change was made by and comments will be reviewed by humans. We are using this service account to be able to track the...

Hello ! We are using the prop options to create a select : The options are well initialized and are shown normally when using react-select or react-dropdown-select component but there...

This error occurs when default Select component from 'react-validation/build/select.js' is mounted inside other component in Form version: react-validation: 3.0.7 The container component **LabelAndSelect** const required = (value) => { if...

How we could involve this component in jest unit test?

I get this error with **[email protected]**: ``` ./src/utils/Validators.js Module not found: Can't resolve 'validator' in '/Users/xxx/xxx/xxx/xxx/src/utils' ``` This is my ./src/utils/Validators.js file: ``` import React from 'react'; import validator from...

Like this; ``` { this.setTeacherInfo('gender', option.value) this.validate(option) //or something }} /> ```

I am getting SCRIPT1002: Syntax error for the below line in the bundle.js for IE 11 return email.split('\0').map((part) => part.normalize('NFC')).join('\0');

`import React, { Component } from 'react'; import PropTypes from 'prop-types'; import { connect } from 'react-redux'; import { loginUser } from '../../actions/authentication'; import Form from 'react-validation/build/form'; import Input from...

I have a dynamic form where you can add and delete participants. If I delete a participant (via Redux) the fields of the deleted form are still in the validation...

There is no error class on the select element.. suggested fix: const Select = ({ error, isChanged, isUsed, ...props }) => ( {isChanged && isUsed && error} ); Please advise?