diff --git a/src/lib/forms/Textarea.svelte b/src/lib/forms/Textarea.svelte index 8524fba257..fdee535d91 100644 --- a/src/lib/forms/Textarea.svelte +++ b/src/lib/forms/Textarea.svelte @@ -59,6 +59,7 @@ on:click on:contextmenu on:focus + on:input on:keydown on:keypress on:keyup diff --git a/src/routes/forms/textarea.md b/src/routes/forms/textarea.md index 875d574184..08f04901da 100644 --- a/src/routes/forms/textarea.md +++ b/src/routes/forms/textarea.md @@ -10,7 +10,7 @@ description: Use the textarea component as a multi-line text field input and use ``` @@ -48,7 +48,7 @@ Get started with the default example of a textarea component below. ```svelte example @@ -61,7 +61,7 @@ If you want to add other actions as buttons alongside your textarea component, s ```svelte example
``` +