inputValidationMessages

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

Factory function to create a inputValidationMessages.

For more information refer to the official documentation


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

Factory function to create a inputValidationMessages with a HTMLDivElement as default Tag.

For more information refer to the official documentation