Commit 5fdaba2
fix(datetime): days keep in focus after changing the month (#31021)
Issue number: internal
---------
## What is the current behavior?
In Android native, when a user places a day in focus and then changes
the month by dragging the month, the div previous on focus remains in
focus in the new month.
## What is the new behavior?
After changing the month, the focus is removed from the active element
and placed on the calendar
## Does this introduce a breaking change?
- [ ] Yes
- [ ] No
## Other information
<!-- Any other information that is important to this PR such as
screenshots of how the component looks before and after the change. -->
---------
Co-authored-by: Shane <shane@shanessite.net>1 parent f04fa23 commit 5fdaba2
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1033 | 1033 | | |
1034 | 1034 | | |
1035 | 1035 | | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
1036 | 1041 | | |
1037 | 1042 | | |
1038 | 1043 | | |
| |||
0 commit comments