comboboxValidationMessages

fun <EV : HTMLElement> RenderContext.comboboxValidationMessages(classes: String? = null, scope: ScopeContext.() -> Unit = {}, tag: TagFactory<Tag<EV>>, initialize: ValidationMessages<EV>.() -> Unit)

Factory function to create a comboboxValidationMessages.

For more information refer to the official documentation


fun RenderContext.comboboxValidationMessages(classes: String? = null, scope: ScopeContext.() -> Unit = {}, initialize: ValidationMessages<HTMLDivElement>.() -> Unit)

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

For more information refer to the official documentation