Observable that emits the dropdown list item whenever the action icon on the right side of the dropdown list item is clicked.
Observable that emits the currently selected dropdown list item whenever the selection changes. Emits undefined if no item is selected.
Type of icons displayed next to each dropdown list item. Can be 'radio' for radio button icons, 'checkbox' for checkbox icons, or 'default' for no icons. Default value is 'default'.
Width of the dropdown list in pixels. If the width is not set, the dropdown list will have a default width defined in CSS.
Sets the dropdown list items and their configuration. The configuration includes the label to display for each item, the internal value of each item, and whether the item is active (selected) or not. The internal value can be used to determine which item is selected when subscribing to the selectedOption$ observable.
Array of dropdown list items and their configuration
Omakase dropdown component API