Fixed #4906 - Listbox: issue with navigating through list items using tab and enter buttons

pull/5307/head
tugcekucukoglu 2024-02-19 11:59:43 +03:00
parent 4cefb906e9
commit 3a0b1918c4
1 changed files with 0 additions and 2 deletions

View File

@ -500,8 +500,6 @@ export default {
if (this.multiple && event.shiftKey) this.onOptionSelectRange(event, this.focusedOptionIndex);
else this.onOptionSelect(event, this.visibleOptions[this.focusedOptionIndex]);
}
event.preventDefault();
},
onSpaceKey(event) {
this.onEnterKey(event);