fix(striker-ui): don't let tab focus on input help button

main
Tsu-ba-me 2 years ago
parent 6d7a0e4ef6
commit 0bbd64b2a9
  1. 1
      striker-ui/components/OutlinedInputWithLabel.tsx

@ -92,6 +92,7 @@ const OutlinedInputWithLabel: FC<OutlinedInputWithLabelProps> = ({
color: GREY,
padding: '.1em',
}}
tabIndex={-1}
>
<MUIQuestionMarkIcon />
</MUIIconButton>

Loading…
Cancel
Save