Skip to content

Commit

Permalink
fix: remove navigator tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
KarineBrandelli committed Mar 11, 2024
1 parent d8f7b64 commit df42f6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/inputs/text-field/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ export const TextField = ({
return (
<Wrapper>
<MuiTextField
title=''
select={!!options?.length}
fullWidth={fullWidth}
autoComplete={autoComplete}
Expand Down

0 comments on commit df42f6e

Please sign in to comment.