Wojciech Maj

Results 257 comments of Wojciech Maj

Implemented in https://github.com/wojtekmaj/react-date-picker/pull/403, but this needs a but more testing.

Doesn't look like so: https://codesandbox.io/s/react-calendar-flags-to-false-zhcjqy This must be a styling issue. For example if you rewrote calendar grid to be an actual CSS grid instead of flexbox, then these subtleties...

> Title says it all. Not really. What's the error, if any? What's not working in it? Just tested 12.1 and it works just fine. 🤔

Check out newly released [v2.4.0](https://github.com/wojtekmaj/react-datetime-picker/releases/tag/v2.4.0). There were some fixes for \*ahem\* *special* browsers.

I don't see how focus/focusin is connected to onChange, can you elaborate? Anyway... Using `focus` instead of `focusin` is very much intentional. `focusin` fires when another object _within the object_...

I would greatly appreciate a CodeSandbox or something similar that would allow me to reproduce this issue. Here's a template to start! https://codesandbox.io/s/react-datetime-picker-jif8c

Hmm, it looks like auto-expanding fields are not working correctly 🤔 Are you using default styling or you have decided to write your own ones?

I'm actually interested as this affects some other more common scenarios, like rendering input before a font is loaded. I just need a better solution than just measuring everything every...

In this case, what about entry.nostyle.d.ts?

Hi, yes! You can load React-DateTime-Picker without the styles, download the originals (make sure to include React-Calendar's, too), edit them and include in your code manually! Yay open source!