kendo-react icon indicating copy to clipboard operation
kendo-react copied to clipboard

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

Open iadnonov opened this issue 1 year ago • 0 comments

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 avatar Apr 09 '24 08:04 iadnonov