Dhaval Rajpara created RANGER-5330:
--------------------------------------
Summary: Disable tab selection in Ranger UI form fields
Key: RANGER-5330
URL: https://issues.apache.org/jira/browse/RANGER-5330
Project: Ranger
Issue Type: Improvement
Components: Ranger
Reporter: Dhaval Rajpara
Assignee: Dhaval Rajpara
In the current Ranger UI, when the user focuses on a Select2 field and presses
the Tab key, the first value in the dropdown gets automatically selected. This
is not the correct behavior.
The Tab key should only be used for navigation (moving focus between fields)
and should not auto-select any value.
Expected Behavior
Pressing Tab should move the focus to the next input field.
No value should be selected in the Select2 field when Tab is pressed.
Proposed Fix
Remove the tab-based selection behavior in Ranger UI forms so that Tab is only
used for traversal purposes.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)