You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Cookbook's section Split up your forms into reusable pieces it is mentioned, that the namespace to the custom fields should be registered using
has '+widget_name_space' => ( default => sub {['Form::Field']} );
Unfortunately, this doesn't work. Looking into HTML::FormHandler::BuildFields the attribute field_name_space is used instead; widget_name_space is ignored completely.
So either the documentation is wrong, or BuildFields should take widget_name_space into account as well. Which one is to prefer?
The text was updated successfully, but these errors were encountered:
In the Cookbook's section
Split up your forms into reusable pieces
it is mentioned, that the namespace to the custom fields should be registered usingUnfortunately, this doesn't work. Looking into
HTML::FormHandler::BuildFields
the attributefield_name_space
is used instead;widget_name_space
is ignored completely.So either the documentation is wrong, or BuildFields should take
widget_name_space
into account as well. Which one is to prefer?The text was updated successfully, but these errors were encountered: