We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75adac commit 4673e0cCopy full SHA for 4673e0c
packages/primevue/src/select/Select.vue
@@ -668,9 +668,9 @@ export default {
668
} else {
669
if (this.focusedOptionIndex !== -1) {
670
this.onOptionSelect(event, this.visibleOptions[this.focusedOptionIndex]);
671
- } else {
672
- this.hide(true);
673
}
+
+ this.hide(true);
674
675
676
event.preventDefault();
0 commit comments