Skip to content

Commit c10f29f

Browse files
committed
add(TextArea): Add input event dispatch to TextArea
1 parent 24998be commit c10f29f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: components/mdc/TextInput/TextArea.svelte

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ label {
8686
bind:this={textarea}
8787
style="height:{height}px"
8888
on:input={resize}
89+
on:input
8990
on:keydown
9091
on:focus
9192
on:focus={() => (hasFocused = true)}

0 commit comments

Comments
 (0)