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

A form input builder and validator for React JS

Results 65 formsy-react issues
Sort by recently updated
recently updated
newest added

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=26.0.23&new-version=28.1.6)](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...

dependencies

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...

dependencies

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...

enhancement
pull request wanted

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...

bug
question

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...

enhancement
pull request wanted
good first issue

[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...

enhancement
3.x

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...