Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] [DatePicker] Remove focus from popup toggle button on keyboard navigation #2152

Open
iadnonov opened this issue Apr 9, 2024 · 0 comments
Assignees
Labels
a11y Item which represents accessibility compliance Bug Item which indicates that something is not working KendoReact pkg:Dateinputs SEV: Low

Comments

@iadnonov
Copy link

iadnonov commented Apr 9, 2024

I'm submitting a...

  • Bug report

Current behavior

Popup toggle button can be focused on tab navigation.

Expected behavior

Popup toggle button not to be focused on tab navigation.

Minimal reproduction of the problem with instructions

  1. Open the following example https://stackblitz.com/edit/react-wizurd?file=app%2Fmain.jsx
  2. Navigate with tab button until the date in the input is selected.
  3. By next pressing the tab button, the focus should go outside the DateInput element.

What is the motivation or use case for changing the behavior?

The navigation over DateInput have to be consistent with rest of the KendoReact DateInputs elements.

Environment

Package versions:

v7.3.0
@iadnonov iadnonov added Bug Item which indicates that something is not working pkg:Dateinputs a11y Item which represents accessibility compliance SEV: Low labels Apr 9, 2024
@iadnonov iadnonov self-assigned this Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y Item which represents accessibility compliance Bug Item which indicates that something is not working KendoReact pkg:Dateinputs SEV: Low
Projects
None yet
Development

No branches or pull requests

1 participant