Skip to content

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 self-assigned this Dec 30, 2025
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.

1 participant