fix(multi-select): forward on:input for filterable variant (#2170)

This commit is contained in:
Nick Wing 2025-06-10 17:31:28 -05:00 committed by GitHub
commit aecc4e8eec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 0 deletions

View file

@ -8943,6 +8943,11 @@
"name": "keydown",
"element": "input"
},
{
"type": "forwarded",
"name": "input",
"element": "input"
},
{
"type": "forwarded",
"name": "keyup",