Actions
Bug #23509
openTab key doesn't work when editing subscription quantities
Status:
New
Priority:
Normal
Assignee:
-
Category:
Subscriptions
Target version:
-
Description
When the subscription table is in the inline edit mode, hitting tab within an entitlement input field doesn't tab to the next field.
This is currently blocked by an issue in reactabular library:
https://github.com/reactabular/reactabular/issues/346
The table updates it's state on input's blur. Reactabular always creates new elements when the table is re-rendered (upon a state change) and therefore the browser resets the current tab index.
Actions