fix(text-area): forward missing keydown event #665

Fixes #665
This commit is contained in:
Eric Y Liu 2021-06-26 13:40:39 -07:00
commit f855e9658e

View file

@ -93,6 +93,8 @@
on:input="{({ target }) => {
value = target.value;
}}"
on:keydown
on:keyup
on:focus
on:blur></textarea>
</div>