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

Currently I am not yet 100% happy with the FormItem component, as - providing the name prop is duplicated (FormItem and the Input control need it) - creates nesting -...

Possible values in form: ```ts export interface SupportFormValues { name: string email: string topic: string version?: string phone?: string description: string } ``` Initial values: ```ts const softwareVersion = "1.10.0"...

It would be nice to optionally be possible to tell the FormikDebug component to render in production mode anyway.

enhancement
good first issue

I have a question. When I used name with a string like this, `name="obj.xx"`, the console warning me Failed prop type: Invalid prop `hasFeedback` of type `object` supplied to `FormItem`,...

Using formik-antd 2.0.0-beta.3 formik 2.1.4 antd 4.0.0 When setting values in required fields, the submit button will enable even if there are other required fields without any values in them...

When you use a Date picker the dates are set as a date ISO value, but when using the Range picker the dates are set as moment objects. This may...

bug

Similar to antd, I think it would make sense to include a "module" field in package.json along with a version of the build that uses ES2015 modules instead of only...

help wanted

I just spent a couple hours tonight trying to figure out why my [import on demand](https://ant.design/docs/react/getting-started#Import-on-Demand) per Ant's docs was not working. Turns out that it was a couple imports...

help wanted

If you leave off the `name` prop from a `` element you get this error which is confusing.

enhancement
good first issue