You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[UIK-3609][date-picker] fixed space issues (#2534)
<!--- Provide a general summary of your changes in the Title above -->
## Motivation and Context
Pressing `Space` in the `Date Picker` does not switch months, apply
“Today” and save chosen date. The fix restores correct Space key
behavior for these interactions.
## How has this been tested?
Manually
## Screenshots (if appropriate):
## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [x] Bug fix (non-breaking change which fixes an issue).
- [ ] New feature (non-breaking change which adds functionality).
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected).
- [ ] Nice improve.
## Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes
that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
- [ ] I have updated the documentation accordingly.
- [x] I have added changelog note to corresponding `CHANGELOG.md` file
with planned publish date.
- [ ] I have added new tests on added of fixed functionality.
---------
Co-authored-by: Valeria-Zimnitskaya <[email protected]>
0 commit comments