Since upgrading from 0.02004 to 0.03001, my date elements have been
getting rendered without the actual select fields. For example:
#!/usr/bin/perl
use strict;
use warnings;
use HTML::FormFu;
my $form = HTML::FormFu->new(
);
my @elements =
[{
name => "birth_date",
label => "Birth Date",
type => "Date",
},
];
$form->populate({ elements => [EMAIL PROTECTED] });
print "$form\n";
__END__
produces:
<form action="" method="post">
<div class="date label">
<label>Birth Date</label>
<span class="elements">
</span>
</div>
</form>
I'm at a loss as to what is causing this.
thanks,
Ronald
_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu