ComboBoxSelectionChangeTrigger
Describes the source of a selection-change event fired by the ui5-combobox.
Enum fields
| Name | Description |
|---|
| Click | Selection caused by clicking or tapping an item in the dropdown. |
| Keyboard | Selection 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. |
| Typeahead | Selection caused by typeahead (auto-complete while typing). |