react-forms-processor icon indicating copy to clipboard operation
react-forms-processor copied to clipboard

A forms processor for React

Results 34 react-forms-processor issues
Sort by recently updated
recently updated
newest added

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

Hey there! I have some ideas I'd like to try out and eventually push to the library, although I couldn't start up the project. Are there any contribution guidelines? Could...

Hey! Started using your library for a side project. One case I wanted was to be able to wrap it in a `form` element (maybe it would be good to...

the readme is not that clear to me and i'm having problems finishing the input to a database. When i get my data into the form, edit and save it:...

This is a work in progress PR to start addressing #47 .... I've added a test to reproduce the problem but haven't been able to add a solution yet that...

I'm wondering how you work on the example app since all of the packages are linked through npm rather than the local file system. I'm guessing you don't deploy to...

When I submit the form and validation is failing I want all validation errors to be shown. So it would be great to tell the form to mark every field...

I would care and I would need `` to support the `autocomplete` tag.

In order to be able to easily compare dates values we need to convert string values in and out of the field into numbers. We should do this in both...

At the moment it seems that errors are not being displayed appropriately all the time. This can be seen when using the comparison validation. This can be seen on the...