haoxins / react-flatpickr

flatpickr for React
MIT License
598 stars 102 forks source link

Can't use keyboard for time input when using inside a Material-UI Dialog #165

Closed mpetkov closed 2 years ago

mpetkov commented 3 years ago

When I try to use the Flatpickr inside a Material-UI Dialog, I can't edit the time input with my keyboard. Any idea on what could be causing this issue? Please see this sandbox for a simple example: https://codesandbox.io/s/react-example-forked-hg086?file=/index.js