diff --git a/components/lib/listbox/Listbox.vue b/components/lib/listbox/Listbox.vue index 5f6ea7447..97b62dc2a 100755 --- a/components/lib/listbox/Listbox.vue +++ b/components/lib/listbox/Listbox.vue @@ -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);