availity-reactstrap-validation icon indicating copy to clipboard operation
availity-reactstrap-validation copied to clipboard

Easy to use React validation components compatible for reactstrap.

Results 84 availity-reactstrap-validation issues
Sort by recently updated
recently updated
newest added

Following is my code and want to add star to the required fields, `` Cant find any options to apply star to required fields.

Using AvField and adding a ref to it or trying to use the form to get access the in input does not seem to work I always get back click...

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

Getting this issue while using **availity-reactstrap-validation**: **index.js:1 Warning: Legacy context API has been detected within a strict-mode tree. The old API will be supported in all 16.x releases, but applications...

https://github.com/Availity/availity-reactstrap-validation/blob/ec3062beddaa8bb36ca19b4c147d7bf9c1a7d5fc/package.json#L60 This line imply an update of the moment.js version to the latest release (1 may 2020) which has a problem https://github.com/moment/moment/issues/4216 but am unable to fix this by myself....

The following warnings are shown upon upgrading to React 16.9.0: ``` Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details. * Move code with...

i have to validate number with allow only 2 digits after the decimal. So i want to prevent type more 2 numbers with the condition. I setState but it does...

Is there a way to use this library with a custom input for e.g. a color picker?

Hi, I'm adding this library to my project, but can't see how to access the `errorMessage` without using `AvField` ? (I don't want to use `AvField` because I have a...

How to customize a select completete...?