SelectValidation

Validation rules for a select field.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum number of choices for the select.

Link copied to clipboard

The minimum number of choices for the select.

Link copied to clipboard

An array of strings for the possible selection options.

Functions

Link copied to clipboard
inline fun copy(block: SelectValidation.Builder.() -> Unit = {}): SelectValidation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String