formik-antd icon indicating copy to clipboard operation
formik-antd copied to clipboard

Simple declarative bindings for Ant Design and Formik.

Results 49 formik-antd issues
Sort by recently updated
recently updated
newest added

Hello, For some reason the form input loses focus when the field validity change (from Invalid to invalid and vice versa) . I don't know if this is the default...

Hello everyone! ✋ I'm using `validationSchema` for `Formik` component and using `Form.Item` to display validation errors. **Code:** ```jsx const options: any[] = []; const validationSchema = Yup.object({ items: Yup.array().min(1) });...

Hey guys, thanks for the great bindings... I was really starting to miss formik ;-) So I've noticed there was a bit of refs discussion about a year ago: https://github.com/jannikbuschke/formik-antd/issues/123...

enhancement
good first issue

Currently, the feedback is automatically shown for all form items unless I explicitly turn it off

Add @linchen2chris as a contributor for code. This was requested by jannikbuschke [in this comment](https://github.com/jannikbuschke/formik-antd/pull/166#issuecomment-981151036)

Antd supports returning just the string value from the date picker, this change allows formik-antd to do the same. I had trouble writing tests that typed values into the date...

Missing component: `TimePicker.RangePicker` Link: https://ant.design/components/time-picker/#RangePicker

Iam got a problem with Dynamic Table Component that has lagging, i found the solution that change the Field into FastField component. How about add new props in Table Component...

When i use the datetime ,i found the value is not the current local time so i see your github code ,i found you transfer date to ISOString by toISOString...