InputfieldInteger class - ProcessWire API

NameReturnSummary 
InputfieldInteger::defaultValue int float string Initial/default value (when used with FieldtypeInteger)
DEFAULT: ''
 
InputfieldInteger::initValue int float Initial/default value (when used as independent Inputfield)
DEFAULT: ''
 
InputfieldInteger::inputType string Input type to use, one of "text" or "number"
DEFAULT: text
 
InputfieldInteger::max int float Maximum allowed value
DEFAULT: ''
 
InputfieldInteger::min int float Minimum allowed value
DEFAULT: ''
 
InputfieldInteger::placeholder string Placeholder attribute value
DEFAULT: ''
 
InputfieldInteger::size int Size attribute value
DEFAULT: 10
 
InputfieldInteger::step int float string HTML5 step attribute value
DEFAULT: ''