mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
feat: forward paste event to input/textarea elements (#1332)
* chore(deps-dev): upgrade sveld, svelte-check * feat: forward paste event to input/textarea elements * Run "yarn build:docs" * test: assert paste event
This commit is contained in:
parent
f25a10c9c4
commit
e230db8115
33 changed files with 96 additions and 61 deletions
|
@ -114,7 +114,8 @@
|
|||
on:keydown
|
||||
on:keyup
|
||||
on:focus
|
||||
on:blur></textarea>
|
||||
on:blur
|
||||
on:paste></textarea>
|
||||
</div>
|
||||
{#if !invalid && helperText}
|
||||
<div
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue