jannikbuschke / formik-antd

Simple declarative bindings for Ant Design and Formik.
https://codesandbox.io/s/github/jannikbuschke/formik-antd-example
MIT License
587 stars 81 forks source link

Problem with Datepicker and TimePicker styles #174

Closed FelipeChibey closed 3 years ago

FelipeChibey commented 3 years ago

When I use 'formik-antd' TimePicker and DatePicker like this:

import { Form, Select, TimePicker, DatePicker } from 'formik-antd';
<Form>
  <TimePicker />
  <DatePicker />
</Form>

I am getting this components with broken css style and if I click them, do not work: Screenshot from 2021-01-06 12-03-27

This happens only with this two components, and if I import from 'antd' they work correctly.