2.1.0 Bugs
See original GitHub issueHello, @Kiarash-Z! Thanks a lot for your work, 2.1.0 do exactly what I need.
But there are some bugs:
weekStartingIndex
do the work, calendar is now with the right shift. But our weekends are not correct. Don’t it need to be shifted too? I will disable-weekend
styling for now (May be add prop for it’s color likecolorPrimary
? 😃
2 If you pass locale
prop and do not provide getToday
, toNativeDate
and other functions - calendar will crash.
- Please, add customizing
weekDays
-shortings. At Russia we have 2 letters in it, not just 1. But may be it will be good to provide custom array, just likemonths
andweekDays
.
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Qimera 2.1.0 - Bugs - Qimera - QPS Confluence
Qimera 2.1.0 - Bugs ; Surfaces - Static - Crash after trying to import second grid ; Cross check graphs do not display...
Read more >Release version 2.1.0 · Issue #1771 · opensearch ... - GitHub
Find/fix bugs using latest tarball and docker image provided in parent release issue and update the release notes if necessary. Code Complete: ...
Read more >Known Issues and trouble-shooting - WIPO
Key Description Components Affect...
ST26T‑2900 Event Viewer errors when launching WIPO Sequence WIPO Sequence 2.1.0
ST26T‑2910 Auto‑update does not download the latest binary WIPO Sequence...
Read more >ConstraintLayout 2.1.0 beta 1 - Android Studio Release Updates
We are happy to announce the release of ConstraintLayout 2.1.0 beta 1, with many new features :) dependencies {.
Read more >MX4J / Bugs / Group Release 2.1.0 - SourceForge
#. Sort A ‑> Z; Sort Z ‑> A Summary▾. Sort A ‑> Z; Sort Z ‑> A
206 Blank page when an 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
Hello, @Kiarash-Z. I figure out the problems at IE11 and suggest the easiest way: Change your code a bit and write a guide on how to make compatibility with IE11.
CHANGES
IE not supports
classList.replace
https://github.com/iksent/react-modern-calendar-datepicker/commit/2bfd5a353e68142260d92538ffd0a8457924caa1#diff-889c05195b2178fd3b2544b3a84b4d3bWrapper CSS https://github.com/iksent/react-modern-calendar-datepicker/commit/2bfd5a353e68142260d92538ffd0a8457924caa1#diff-e4c3a4057dcc5b72d029273600da5c33
Buttons CSS https://github.com/iksent/react-modern-calendar-datepicker/commit/907749ad45f000fd870c4e6d5ab0bdd35ccf5b29
Can’t fix it by now, multiple onBlur events firing at IE11.
GUIDE (Inside developers’ projects)
Example with default values:
P.S.: Sorry, had no time to create PRs.
@iksent IE is not important anymore. We’re living in 2020. Unless you build your applications for dinosaurs, IE doesn’t matter. Many huge companies like Apple don’t support IE in for their website and they encourage you to use a newer browser…