mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Update ExpandingTextArea component (#25890)
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user