logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

HTML::FormFu::Role::Filter::Compound - Role for Compound filters

Author

       Carl Franks <cpan@fireartist.com>

License

       This library is free software, you can redistribute it and/or modify it under the same terms as Perl
       itself.

Methods

field_order
       Arguments: \@order

       If the submitted parts should be joined in an order different than that of the order of the fields, you
       must provide an arrayref containing the names, in the order they should be joined.

           ---
           element:
             - type: Multi
               name: address

               elements:
                 - name: street
                 - name: number

               filter:
                 - type: CompoundJoin
                   field_order:
                     - number
                     - street

Name

       HTML::FormFu::Role::Filter::Compound - Role for Compound filters

Version

       version 2.07

See Also