class Kemal::FormValidator::Required
Overview
Kemal::FormValidator::Required
validates that input was provided.
Adding this validator to a field will also add the required attribute to the field if it has not already been set.
Kemal::FormValidator::Required
validates that input was provided.
Adding this validator to a field will also add the required attribute to the field if it has not already been set.
Kemal::FormValidator::Validator