DropDownFormValidator

class DropDownFormValidator(options: List<String>, errorMessage: String) : FormValidator

Constructors

Link copied to clipboard
constructor(options: List<String>, errorMessage: String)

Functions

Link copied to clipboard
open override fun validate(value: ControlValue, control: Control): ValidationResult