mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
feat(search): clear input on escape key (#448)
This commit is contained in:
parent
f6877f3809
commit
61753b8b82
4 changed files with 10 additions and 0 deletions
|
@ -2900,6 +2900,7 @@
|
|||
{ "type": "forwarded", "name": "input", "element": "input" },
|
||||
{ "type": "forwarded", "name": "focus", "element": "input" },
|
||||
{ "type": "forwarded", "name": "blur", "element": "input" },
|
||||
{ "type": "forwarded", "name": "keydown", "element": "input" },
|
||||
{ "type": "dispatched", "name": "clear" }
|
||||
],
|
||||
"typedefs": [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue