html-formhandler icon indicating copy to clipboard operation
html-formhandler copied to clipboard

a Perl Moose HTML form handler

Results 32 html-formhandler issues
Sort by recently updated
recently updated
newest added

Data::FormValidator has a require_some option to require that some fields are filled-in. It would be convenient to have this in HTML::FormHandler as well.

https://github.com/gshank/html-formhandler/blob/b0325394b2c93fb79e81ea7067996297affbcc01/lib/HTML/FormHandler/Field.pm#L1017 Specifying "has_field field_name => ( tags => { no_wrapper_id => 1 } )" does not make it false because this line evaluates to $self->has_flag('is_compound') && not (exists $attr->{id} &&...