Merge pull request #212 from IBM/combobox

feat(combo-box): focus input on selection clear
This commit is contained in:
Eric Liu 2020-07-20 20:56:03 -07:00 committed by GitHub
commit 8443a6e95e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,6 +160,7 @@
on:clear={() => {
selectedIndex = -1;
open = false;
ref.focus();
}}
{translateWithId}
{disabled}