comboboxItems

fun <EI : HTMLElement> comboboxItems(    classes: String? = null,     scope: ScopeContext.() -> Unit = {},     tag: TagFactory<Tag<EI>>,     initialize: Combobox.ComboboxItems<EI, E, T>.() -> Unit)

Factory function to create a comboboxItems.

For more information refer to the official documentation


fun comboboxItems(    classes: String? = null,     scope: ScopeContext.() -> Unit = {},     initialize: Combobox.ComboboxItems<HTMLDivElement, E, T>.() -> Unit)

Factory function to create a comboboxItems with an HTMLDivElement as default root Tag.

For more information refer to the official documentation