case KeyboardKeys.ENTER:
        // Enter may trigger dropdown close
        return this.isSelected(option) ? this.deselection.emit(option) : this.selection.emit(option);