Skip to content

Commit 7c42c82

Browse files
author
Ilza Medeiros
committed
fix(@clayui/time-picker): LPD-52380 Add tabIndex on clear button to prevent focus when element not present
1 parent 16921f3 commit 7c42c82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/clay-time-picker/src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@ const TimePicker = ({
539539
}
540540
)
541541
}
542+
tabIndex={visibleActionReset ? 0 : -1}
542543
>
543544
<ClayIcon
544545
spritemap={spritemap}

0 commit comments

Comments
 (0)