formsy-react
formsy-react copied to clipboard
A form input builder and validator for React JS
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.23 to 28.1.6. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.4.0 to 4.2.1. Release notes Sourced from eslint-plugin-prettier's releases. v4.2.1 4.2.1 Patch Changes #485 5736ed5 Thanks @JounQin! - chore: reuse prettierRcOptions instead of resolveConfig again v4.2.0 4.2.0...
Hi, I would like to do something like this: ``` ``` so that if user inputs something to first input, the second one fills the same automatically. What would be...
Is there a declarative way to add custom async validations for an specific field? I'm trying to add server side validations for an specific field that run whenever a field...
Title pretty much says it all
I made a stateless functional component and exported it with withFormsy(Component). It works, but React prints warnings in the console: "Stateless function components cannot be given refs. Attempts to access...
I have a reset button for the form; and I would like to disable the button is the form is already reset to initial values. There is a `isPristine` property...
[dlv](https://github.com/developit/dlv) - alternative for lodash.get [dset](https://github.com/lukeed/dset) - alternative for lodash.set [nestie](https://github.com/lukeed/nestie) - unwrap string notation to object / array @rkuykendall WDYT?
Make a research of what can be optimized in order to reduce bundle size. 1. Make built in validations consumed by import instead of string, this will allow to code...
For example I have a form with 3 input fields, then call formsy.reset({}), onChange event will be fired 3 times(each field will trigger one onChange event on Formsy component), so...