validations
Parameters
value
The validations to perform on the value in the field.
Parameters
values
The validations to perform on the value in the field.
suspend fun validations(argument: List<suspend FormFieldValidationConfigurationArgsBuilder.() -> Unit>)
suspend fun validations(vararg argument: suspend FormFieldValidationConfigurationArgsBuilder.() -> Unit)
Parameters
argument
The validations to perform on the value in the field.