comboboxInput
fun RenderContext.comboboxInput(classes: String? = null, scope: ScopeContext.() -> Unit = {}, initialize: Combobox.ComboboxInput<E, T>.() -> Unit): Tag<HTMLInputElement>
Factory function to create a comboboxInput.
For more information refer to the official documentation