DEV: Update ExpandingTextArea component (#25890)

This commit is contained in:
Jarek Radosz
2024-03-01 17:20:15 +01:00
committed by GitHub
parent 3200e276b7
commit 5dc95eaacc
8 changed files with 47 additions and 251 deletions

View File

@@ -24,8 +24,9 @@
{{/if}}
<ExpandingTextArea
@value={{this.buffered.value}}
@rows="1"
{{on "input" (with-event-value (fn (mut this.buffered.value)))}}
value={{this.buffered.value}}
rows="1"
class="site-text-value"
/>