You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OOTB we should support tab and shift-tab to change focus between focusable widgets.
This argues for some mechanism to control the order of tab focusing. A tabindex attribute would be the obvious solution, although not especially ergonomic. Perhaps an rtk.Widget method like set_focus_order(otherwidget, position) where position is either after or before.
The text was updated successfully, but these errors were encountered:
OOTB we should support tab and shift-tab to change focus between focusable widgets.
This argues for some mechanism to control the order of tab focusing. A
tabindex
attribute would be the obvious solution, although not especially ergonomic. Perhaps an rtk.Widget method likeset_focus_order(otherwidget, position)
where position is eitherafter
orbefore
.The text was updated successfully, but these errors were encountered: