Wojciech Maj

Results 257 comments of Wojciech Maj

It could have been caused by line-height you have applied in your app affecting React-DateTime-Picker's styles. That should indeed not happen. Do you by any chance have a reproducible example...

That's splendind, but introduces a breaking change, as CSS Grid is not supported on IE11. Not against it - it just means this change will need to wait for the...

Well yes, you're correct. Perhaps we could implement autoprefixer to get CSS grid working? Just like we deal with JS - with Babel...

You should be able to use `onFocus` starting with v1.7.0. You can disable calendar icon by setting `calendarIcon` to `null`. You can't hide the calendar other than with CSS, but...

Related to wojtekmaj/react-date-picker#128

You can listen for a bubbling `onInvalid` event.

Hi, there's not much unusual stuff going on regarding the inputs, with one exception being the method [which updates the input width](https://github.com/wojtekmaj/react-date-picker/blob/master/src/shared/utils.js#L10-L22). This method appends the element for measurement purposes...

Hi there, this is in the works in React-Time-Picker package which React-DateTime-Picker rely on for rendering hour inputs. I really struggle though with proper validation here so I would rather...

That's not currently possible, but should be - as this package tries to follow native inputs as closely as possible. Adding to worklog.

There's `navigationLabel` prop you can use. Example: https://codesandbox.io/s/react-calendar-navigation-label-46eu1o