You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# hook for model validation
sub validate_model { }
sub validated { my $self = shift; return $self->ran_validation && ! $self->has_error_fields; }
sub is_valid { validated(@_); }
Data::MuForm::Manual::Reference says
but the method hasn't been created yet.
lib/Data/MuForm.pm
t/form.t
The text was updated successfully, but these errors were encountered: