test: assert paste event

This commit is contained in:
Eric Liu 2022-06-02 18:33:58 -07:00
commit 1c2014059a
9 changed files with 18 additions and 35 deletions

View file

@ -11,6 +11,7 @@
bind:value
on:input="{(e) => console.log(e.detail)}"
on:change="{(e) => (value = e.detail)}"
on:paste="{(e) => console.log(e)}"
/>
<TextInput