Skip to main content

ComboBoxSelectionChangeTrigger

Describes the source of a selection-change event fired by the ui5-combobox.

Enum fields

NameDescription
ClickSelection caused by clicking or tapping an item in the dropdown.
KeyboardSelection caused by keyboard navigation (Arrow keys, Home, End, Page Up/Down).
Note: pressing Enter does not fire selection-change - it fires the change event instead.
TypeaheadSelection caused by typeahead (auto-complete while typing).