html-formhandler
html-formhandler copied to clipboard
a Perl Moose HTML form handler
In Debian we are currently applying the following patch to HTML-FormHandler. We thought you might be interested in it too. I tried to create a pull request, but the code...
In the documentation for `HTML::FormHandler::Widget::Block`, the `label_tag` attributed is documented as: > Tag to use for the label. Default: 'span'; default for 'fieldset' is 'legend'. As this is true for...
Today I attempted to assess the Perl-5.26.0 readiness of HTML-FormHandler. I used Perl 5 blead -- which is very close to what will be released as Perl 5.26.0 within the...
[Currently](https://metacpan.org/source/GSHANK/HTML-FormHandler-0.40067/lib/HTML/FormHandler/Field/Date.pm#L69) the error message from DateTime::Format::Strptime/parse_datetime is passed as error text without any possibility to change it. For example 'Your datetime does not match your pattern.' which doesn't include the...
I just discovered a significant behaviour difference between options methods on Select fields, depending on how they are declared: ``` has_field foo => ( type => 'Select', options_method => sub...
https://metacpan.org/pod/HTML::FormHandler::Field::Select#empty_select states: 'This only affects rendering - it does not add an entry to the list of options.' which doesn't seem to be true. At least when calling $field->render it...
as per github: ``` 17:03 < ether> gshank: your last change to the Text field, for TextCSV, makes it no longer possible to use a transformer to alter the value...
Changing t/fields/textcsv.t thusly: ``` -$form->process( init_object => $init_obj ); +ok($form->process( init_object => $init_obj ), 'form processed without errors'); -$form->process( $params ); +ok($form->process( $params ), 'form processed without errors'); ``` results...
..most of the other modules have `$VERSION = '0.02'` or similar. This can be fixed using dzil in a number of ways, depending on how you like to do your...
The [Demonstration](https://github.com/gshank/html-formhandler/wiki/Demonstration) wiki page has a link to http://formhandler-perl.dotcloud.com/, but that page now just redirects to https://cloud.docker.com/ . So the demo no longer works... Feel free to close the issue...