HTML auto direction for specific textual content (#286)

This commit is contained in:
Alejandro
2023-02-13 11:47:52 +01:00
committed by GitHub
parent 630d0ab6cd
commit 81b92c4acb
10 changed files with 38 additions and 41 deletions

View File

@ -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)}