ValidateNotEmptyText

Validator for ensuring that a text field is not empty.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
operator fun invoke(text: String, name: String): ValidationResult

Validates the provided text to ensure it is not empty.