Wojciech Maj

Results 257 comments of Wojciech Maj

No, this is not possible in this project. Sorry about that!

Hi, thanks for your input. I definitely like parts of this PR - like onMouseOut/onMouseOver thing for tiles. I think I'm gonna port this in. keepUsingActiveStartDate makes the whole idea...

Hi there, no, at the moment you cannot. We give the user visual feedback but the user has to correct the input on their own. Looking at the behavior of...

Yes, it does. To React-Date-Picker, React-Time-Picker, React-DateRange-Picker too :)

This prop doesn't "hard-set" Calendar state, but rather allow to change it by changing this prop's value. I hear you that it's confusing and it will be fixed, but in...

Hi, that is quite a complicated problem. In current React-Calendar architecture, calendar layout tied closely with its logic in root component. I think it would make sense to split the...

Hi, since React-DateTime-Picker contains multiple input elements to achieve what it's made for, we couldn't use native event handler. I suggest you to curry your onChange function to achieve what...

@Phamiliarize try `v2.1.1`, there were a couple of fixes regarding that error in v2.1.x branch.

Yeah, it was a race condition that may or may not have occurred. It is fixed anyway ;) React-DateTimeRange-Picker will be released soon, after the next bugfix release of React-DateTime-Picker,...