-
-
Notifications
You must be signed in to change notification settings - Fork 166
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Is your feature request related to a problem? Please describe.
Currently creating a form that has multiple inputs. Trying to allow to user to tab/ shift-tab back and forth throughout the fields so they do not have to use a mouse if they choose not to.
Describe the solution you'd like
The ability to press shift+tab, and have the focus be moved to the previous input field. Currently works for tabbing forward, but appears that shift+tab t move backwards is disabled by default.
Describe alternatives you've considered
Had a work around partially working but it required me to hard code what each previous field was going to be, ideally I wanted to use this generically.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request