Fixed #4998 - TreeSelect: tab key control defect

pull/5011/head
tugcekucukoglu 2023-12-28 12:01:41 +03:00
parent 8d6a0b7150
commit 5612741f75
1 changed files with 0 additions and 4 deletions

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]);
}
}
}
},