[BUG] InputDateRange + maxLength of 1 month
See original GitHub issue🐞 Bug report
Description
If you set maxLength
for InputDateRange
to be { month: 1 }
months in date picker start to behave a little crazy:
- picking the first day of a month in left calendar switches all calendars 1 month in the past so selected day is now in the right calendar
- picking last day of the right month switches both calendars to show the same month
Reproduction
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
InputDateRange Class | Wijmo API - GrapeCity
Gets or sets the number of months to display in the drop-down calendar. The default value for this property is 1. For more...
Read more ><input type="date"> - HTML: HyperText Markup Language
The resulting value includes the year, month, and day, but not the time. ... The simplest use of <input type="date"> involves one <input> ......
Read more >IE10 Validation bug with maxlength and placeholder on textbox
In this case you should change your max length to 10 so it will not be issue for max length and set the...
Read more >HTML input tag maxLength BUG · Issue #10250 · facebook/react
I met a problem as follow I want to render the input tag value when react component mounted, and I have set maxLength...
Read more >Android 4.1.1 browser - maxlength attribute doesn't work ...
This bug has been reported for 3 months. As it occurs : - on every tested devices (>4.1.1) - everytime a maxlength attribute...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi there, i’d like to check out this one
yeah that’s what I meant, ok