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::Integer - validate an integer value

Author

       FormHandler Contributors - see HTML::FormHandler

Description

       This accepts a positive or negative integer.  Negative integers may be prefixed with a dash.  By default
       a max of eight digits are accepted.  Widget type is 'text'.

       If form has 'is_html5' flag active it will render <input type="number" ... /> instead of type="text"

       The 'range_start' and 'range_end' attributes may be used to limit valid numbers.

Name

       HTML::FormHandler::Field::Integer - validate an integer value

Version

       version 0.40068

See Also