HTML auto direction for specific textual content (#286)
This commit is contained in:
@ -72,6 +72,7 @@ const Textarea = (props: TextareaProps) => {
|
||||
return (
|
||||
// @ts-expect-error If anybody can figure out how to type this, please do
|
||||
<ReactTextareaAutocomplete
|
||||
dir="auto"
|
||||
{...props}
|
||||
loadingComponent={() => <span>Loading...</span>}
|
||||
placeholder={formatMessage(messages.NotePlaceholder)}
|
||||
|
Reference in New Issue
Block a user