Skip to content

Add RTL support to Input and Textarea, delete AutosuggestTextarea

Alex Gleason requested to merge input-rtl into main

Summary

Fixes #1558 (closed)

The native Input and Textarea components now autodetect the language and set the text direction accordingly.

Also, since we're using Lexical, the unused AutosuggestTextarea has been removed. And I made the AccountNotePanel use our native Textarea component.

Merge request reports

Loading