-
As we keep migrating to Typescript, we need to expand our models with more and more data coming from the Astarte API.
With that in mind we should consider using a data validation library that offers …
-
# Motivation
## Viable options
- [ ] https://react-hook-form.com/
- [x] https://formik.org/
- [ ] https://github.com/tannerlinsley/react-form
- [ ] https://final-form.org/react
## Validati…
-
## ❓Question
Let say we have filter screen, where each field doesn't have any input component(screen bellow). I've done lot of boilerplate code that I think it can be part of Formik duty to resolve…
-
Hi, I'm trying to use Yup with Formik for validation. Formik has Yup specific integration for validating a whole form before submission. However, most form use cases will validate the specific input…
-
**Describe the bug**
When using formik where the form name have object notation , It breaks. mapPropsToValues builds an object like {'person.name':'Person Name'} , handleChange does not seem to work …
-
# Question
-
Including the TimePicker, DatePicker or DateTimePicker in a form makes Formik consider the form as invalid. The errors property for the picker is set to an empty string and apparently that makes the f…
-
Hi Andy - sorry to fill your issues thread mate, but I've come across a more general issue with the Formik example (which shows I'm persevering though eh?) - there's a validation snafu which I think i…
-
## ❓Question
I am using https://www.npmjs.com/package/react-table within formik, and within the data table i have couple of TextField controls from material UI, i got a requirement to add a new row…
-
As a follow on to https://github.com/jaredpalmer/formik/issues/473
Well here is an example:
https://codesandbox.io/s/2jo7vox1n0
I have strict set to false. The validation for firstname detect…