The Date element itself is a subclass of Multi, so I don't think this
is likely easy to fix.
The Multi block was initially just intended as an easy way to get a
different layout - so trying to nest them is way beyond its original
design.
Carl
Understood. I was trying to put a text field (
2008/8/17 Moritz Onken <[EMAIL PROTECTED]>:
> Hi,
>
> I think there is a bug if you put a date element in a multi block.
>
> The error says:
> "Can't locate object method "_string_field" via package
> "HTML::FormFu::Element::Date"
The Date element itself is a subclass of Multi, so I don't think th
Hi,
I think there is a bug if you put a date element in a multi block.
The error says:
"Can't locate object method "_string_field" via package
"HTML::FormFu::Element::Date"
Test:
use strict;
use warnings;
use Test::More tests => 1;
use HTML::FormFu;
my $form = HTML::FormFu->new({ tt_args