textareaValidationMessages

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

Factory function to create a textareaValidationMessages.

For more information refer to the official documentation


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

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

For more information refer to the official documentation