use proper text editor instead of textarea element #344
-
The pattern editor uses an input element right now. Use an editor like https://github.com/facebook/lexical in the future to render placeholders and not only text. Open questions
Additional informationinlang has been designed to enable a proper editor for messages with the AST. Read RFC-001 for a refresher. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Using a proper text editor likely also mitigates performance bottlenecks. The shoelace textarea component take an exorbitant amount of time to calculate its size |
Beta Was this translation helpful? Give feedback.
-
Shipped by @NiklasBuchfink @NilsJacobsen in #602 |
Beta Was this translation helpful? Give feedback.
Shipped by @NiklasBuchfink @NilsJacobsen in #602