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::FormHandler::Field::SelectCSV - Multiple select field from CSV value

Author

       FormHandler Contributors - see HTML::FormHandler

Name

       HTML::FormHandler::Field::SelectCSV

Synopsis

       A multiple select field for comma-separated values in the database.  It expects database values like:
       '1,5,7'. The string will be inflated into an arrayref for validation and form filling, and will be
       deflated into a comma-separated string in the output value.

       This field is useful for MySQL 'set' columns.

Version

       version 0.40068

See Also