We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24998be commit c10f29fCopy full SHA for c10f29f
components/mdc/TextInput/TextArea.svelte
@@ -86,6 +86,7 @@ label {
86
bind:this={textarea}
87
style="height:{height}px"
88
on:input={resize}
89
+ on:input
90
on:keydown
91
on:focus
92
on:focus={() => (hasFocused = true)}
0 commit comments