-
# Issue Description
Terra Framework needs to have a way to deal with form-validations. This will most likely be an external package that we recommend to consumers to use, but we need to have a common…
-
Issue with same:attribute rule not respecting label aliases.
Code
```
let validator = new Validator(
{
aEmail: this.aEmail,
aEmail2: this.aEmail2,…
-
Hi, I'm trying to set default values this way :
``
The value appears, but it's immutable. And when outputting the form values, the default values are not shown.
-
# Issue Description
Terra-Legacy uses [jQuery-validation| https://jqueryvalidation.org/] for form validation. We are migrating to React and are no longer using jQuery. We want to investigate alternat…
-
@thetutlage
I find the validator package with rules format and the methods are similar to Laravel validator
https://github.com/skaterdav85/validatorjs
How about if this provider has rules as object…
-
hi
i am trying the mobx react form and i didn't find anything abouthandling the input onChange events
this is my code
`
import MobxReactForm from 'mobx-react-form';
import validatorjs from 'val…
-
Hi guys, i discover react-validify yesterday and i have been playing around with it today, it is an awesome library but i have a problem, i have a Select wrapper component that takes multiple option t…
-
I see in the -v@3.13.3-----> rules---> have been updated so that there wont be any issue with date on line@18.
But the package npm is pulling when I try to install the latest v of validatorjs still h…
-
Is it possible run validation outside Form component?
-
Minimal test case:
```
import validatorjs from 'validatorjs'
import MobxReactForm from 'mobx-react-form'
const dvr = {
package: validatorjs,
extend: (v) => {
console.log('During ext…