Fixed #4998 - TreeSelect: tab key control defect

This commit is contained in:
tugcekucukoglu 2023-12-28 12:01:41 +03:00
parent 8d6a0b7150
commit 5612741f75

View file

@ -281,10 +281,6 @@ export default {
DomHandler.focus(this.$refs.firstHiddenFocusableElementOnOverlay);
event.preventDefault();
} else {
if (this.focusedOptionIndex !== -1) {
this.onOptionSelect(event, this.visibleOptions[this.focusedOptionIndex]);
}
}
}
},