We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f74f04 commit eb5a027Copy full SHA for eb5a027
src/components/actions/ItemAction/ItemAction.tsx
@@ -198,7 +198,7 @@ export const ItemAction = forwardRef(function ItemAction(
198
);
199
200
// Set tabIndex when in context
201
- const finalTabIndex = disableActionsFocus ? -1 : rest.tabIndex ?? undefined;
+ const finalTabIndex = disableActionsFocus ? -1 : rest.tabIndex;
202
203
// Determine if we should show tooltip (icon-only buttons)
204
const showTooltip = !children && tooltip;
0 commit comments