don't block enter/tab for items with valueProvider

This commit is contained in:
LenAnderson
2024-06-23 12:07:24 -04:00
parent ab5a6b1c61
commit 5862c7ea91
2 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,10 @@ export class AutoCompleteOption {
return this.name;
}
get isSelectable() {
return !this.valueProvider;
}
/**
* @param {string} name