dhavaljrajpara opened a new pull request, #773:
URL: https://github.com/apache/ranger/pull/773

   ## 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.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to