Skip to content

Commit

Permalink
style: Add ltr for placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
im3dabasia committed Dec 30, 2024
1 parent 39deacb commit 666d837
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,11 @@ export const Input = styled.input< InputProps >`
&[type='url'] {
/* rtl:ignore */
direction: ltr;
&::-webkit-input-placeholder {
// For RTL languages, the value changes to "rtl".
direction: ltr !important;
}
}
}
`;
Expand Down

0 comments on commit 666d837

Please sign in to comment.