Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the HTML-FormHandler CPAN distribution.

Report information
The Basics
Id: 62738
Status: resolved
Priority: 0/
Queue: HTML-FormHandler

People
Owner: Nobody in particular
Requestors: bricas [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.32005
Fixed in: (no value)



Subject: Unable to use empty string for Select widget's empty_select value
Line 24 of HTML::FormHandler::Widget::Field::Select is as follows: if( $self->empty_select ) { Meaning you cannot use 0 nor '' for the empty select text. I believe a "defined" check would be more appropriate.
Was fixed on 11/05.