Combo Box Content Model
data class ComboBoxContentModel<E>(items: List<E>, selectedItem: E, richTooltip: RichTooltip?, enabled: Boolean, onTriggerItemSelectedChange: (E) -> Unit) : ContentModel
Content copied to clipboard
Properties
onTriggerItemSelectedChange
Link copied to clipboard
richTooltip
Link copied to clipboard
selectedItem
Link copied to clipboard