Skip to content

Commit

Permalink
Override WithTooltips default role of 'button'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewortwein committed Jul 13, 2023
1 parent 766927b commit 7c962a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ export const PureInput = forwardRef<
tooltip={
errorMessage && !suppressErrorMessage && <ErrorTooltipMessage desc={errorMessage} />
}
role="none"
>
{inputEl}
</ErrorTooltip>
Expand Down

0 comments on commit 7c962a4

Please sign in to comment.