jannikbuschke / formik-antd

Simple declarative bindings for Ant Design and Formik.

Home Page:https://codesandbox.io/s/github/jannikbuschke/formik-antd-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with Datepicker and TimePicker styles

FelipeChibey opened this issue · comments

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.