Skip to content

Commit

Permalink
Merge pull request #422 from storybookjs/andrew/ap-3209-the-sign-inup…
Browse files Browse the repository at this point in the history
…-form-and-likely-other-parts-of-the-site-does
  • Loading branch information
andrewortwein authored Jul 13, 2023
2 parents 766927b + 7c962a4 commit 5cdaba4
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 5cdaba4

Please sign in to comment.