Skip to content

RANGER-5330 : Disable tab selection in Ranger UI form fields#773

Merged
dhavaljrajpara merged 1 commit intoapache:masterfrom
dhavaljrajpara:RANGER-5330
Jan 29, 2026
Merged

RANGER-5330 : Disable tab selection in Ranger UI form fields#773
dhavaljrajpara merged 1 commit intoapache:masterfrom
dhavaljrajpara:RANGER-5330

Conversation

@dhavaljrajpara
Copy link
Contributor

What changes were proposed in this pull request?

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 behaviour in Ranger UI forms so that Tab is only used for traversal purposes.

How was this patch tested?

Checked that Remove the tab-based selection behaviour in Ranger UI forms so that Tab is only used for traversal purposes.

@dhavaljrajpara dhavaljrajpara merged commit 3cca692 into apache:master Jan 29, 2026
3 of 4 checks passed
@dhavaljrajpara dhavaljrajpara deleted the RANGER-5330 branch January 29, 2026 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants