Commit 69d990f
authored
Fix in CalendarCell for date range selection (#1887)
## 📝 Changes
Fix in CalendarCell for date range selection. Date range was no longer
getting selected, the check never returned the proper boolean to
actually set the value. Updated to no longer have custom handling (not
sure how it was working before really) and just allow the underlying
react-aria to handle the selection.
## ✅ Checklist
Easy UI has certain UX standards that must be met. In general,
non-trivial changes should meet the following criteria:
- [X] Visuals match Design Specs in Figma
- [X] Stories accompany any component changes
- [X] Code is in accordance with our style guide
- [X] Design tokens are utilized
- [X] Unit tests accompany any component changes
- [X] TSDoc is written for any API surface area
- [X] Specs are up-to-date
- [X] Console is free from warnings
- [X] No accessibility violations are reported
- [X] Cross-browser check is performed (Chrome, Safari, Firefox)
- [X] Changeset is added1 parent 9f93e28 commit 69d990f
3 files changed
Lines changed: 28 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
40 | 44 | | |
41 | | - | |
42 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
43 | 51 | | |
44 | 52 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
53 | 58 | | |
54 | 59 | | |
55 | 60 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments