Companion

object Companion

Functions

builderOf
Link copied to clipboard
js
fun <T> builderOf(formControl: FormControlComponent, store: Store<T>? = null): () -> FormControlComponent.ValidationResult
Simple factory method to encapsulate the logic that defining some `validationMessage(s)` property beats the validation from the store!