Creates an instance of Validation.
Optional
options: ValidationOptionsThe options for configuring the validation.
Binds the form to value changes for validation.
The input element or its ID.
Validates the entire form.
True if the form is valid, false otherwise.
Validates a specific input element.
The input element or its ID.
True if the input is valid, false otherwise.
Class representing form validation.