-
If onSubmit returns a Promise, onSubmit should not invoke the callback again until the Promise resolves or rejects.
Right now, when onSubmit gets invoked, there is no way of knowing if the submissi…
-
Is it possible? In Formik docs we can read only about field validate by function.
My case: I receive form data from response and I cannot predict what fields will appear.
So I would like to make …
Creaa updated
4 years ago
-
## 🐛 Bug report
### Current Behavior
isValid is being flagged as true upon first entering the form.
### Expected behavior
isValid should be marked as false, even if the isInitialValid prop…
-
Datetime : date-fns
Framework css : Material ui, tailwind ...
-
Here is a simple form with errors example:
```
name - no error
surname - no error
```
When I submit form, I receive backend errors: `{ surname: 'Exists' }`. So, I set field errors and now the…
-
Currently a field is either invalid or valid. In most form-heavy applications there is a grey area where a value might be outside of some "known good" parameter but not necessarily invalid, resulting …
-
Getting this error in validation schema when using Typescript
-
Hi there,
thanks for the nice module first, it looks amazing!
Nevertheless I'm facing an issue:
I did the following in the "modules" folder:
```
git clone https://github.com/sebikolon/MMM-RVV…
-
All forms on the site must be client side and server side validated.
jQuery validation for the client side.
View models properties must be decorated with attributes for validation.
Also all action …
-
I tried copying over the code from the [antd Form List](https://opensource.ebay.com/nice-form-react/antd/#form-list), added the necessary dependencies and ran into this issue:
```
config.tsx:62 Unca…