RTL
This commit is contained in:
parent
1f2cde6d04
commit
0e490542a7
196 changed files with 2117 additions and 1217 deletions
|
@ -243,9 +243,9 @@ export const Input = forwardRef<
|
|||
>
|
||||
{icon ? <div className={getClassName('__icon')}>{icon}</div> : null}
|
||||
{expandable ? (
|
||||
<textarea rows={1} {...inputProps} />
|
||||
<textarea dir="auto" rows={1} {...inputProps} />
|
||||
) : (
|
||||
<input {...inputProps} />
|
||||
<input dir="auto" {...inputProps} />
|
||||
)}
|
||||
{isLarge ? (
|
||||
<>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue