Cannot combine text input and range
Nemega opened this issue · 2 comments
Nemega commented
Describe the bug
Editing a range directly using the input text resets it to 2002-01-01 00:00
Steps to reproduce the behavior
- Select a date
- Change it by using the input text
- Unfocus
Expected behavior
Date correctly parsed
- Browser: chrome
- Version: 98.0.4758.82
Thank you for investigating this issue. If you need any more info, let me know
Jasenkoo commented
@Nemega Can you provide more context, did you use the autoApply
prop, maybe some code demo I can take a loo? Since it works fine on my end.
Nemega commented
Sorry I forgot to mention that the issue only seems to appear when the prop format
is used (yyyy-MM-dd HH:mm in my case). textInput
, range
and autoApply
are also used as well