Closed adamtahoun closed 5 years ago
What kind of change does this PR introduce?
[x] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [ ] Documentation content changes [ ] Demos changes [ ] Other... Please describe:
Currently when using range selection on the calendar. If you chose the same start and end date then the date selected has a abnormal styling.
Here is an example of what is currently looks like:
With this change the selected date is now styled as a circle as expected.
Here is an example of what is looks like with this change:
[ ] Yes [x] No
Looks good! Thanks for fixing this! 💯
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Currently when using range selection on the calendar. If you chose the same start and end date then the date selected has a abnormal styling.
Here is an example of what is currently looks like:
What is the new behavior?
With this change the selected date is now styled as a circle as expected.
Here is an example of what is looks like with this change:
Does this PR introduce a breaking change?