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: 78610
Status: resolved
Priority: 0/
Queue: HTML-FormHandler

People
Owner: Nobody in particular
Requestors: tim [...] retout.co.uk
Cc:
AdminCc:

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



Subject: Field::Select: as_label does not work for multi-select fields
While as_label() works for normal select fields, it does not cope with multiple-select fields: for ( $field->options ) { return $_->{label} if $_->{value} eq $value; } In the multiple-select case, $value is an arrayref, so the string comparison always fails.
Fixed in release 0.40014