comboboxLabel

fun <CL : HTMLElement> RenderContext.comboboxLabel(classes: String? = null, scope: ScopeContext.() -> Unit = {}, tag: TagFactory<Tag<CL>>, content: Tag<CL>.() -> Unit): Tag<CL>

Factory function to create a comboboxLabel.

For more information refer to the official documentation


fun RenderContext.comboboxLabel(classes: String? = null, scope: ScopeContext.() -> Unit = {}, content: Tag<HTMLLabelElement>.() -> Unit): Tag<HTMLLabelElement>

Factory function to create a comboboxLabel with an HTMLLabelElement as default root Tag.

For more information refer to the official documentation