InputfieldInteger class - ProcessWire API
| Name | Return | Summary | |
|---|---|---|---|
| Inputfield | int float string | Initial/default value (when used with FieldtypeInteger) DEFAULT: '' | |
| Inputfield | int float | Initial/default value (when used as independent Inputfield) DEFAULT: '' | |
| Inputfield | string | Input type to use, one of "text" or "number" DEFAULT: text | |
| Inputfield | int float | Maximum allowed value DEFAULT: '' | |
| Inputfield | int float | Minimum allowed value DEFAULT: '' | |
| Inputfield | string | Placeholder attribute value DEFAULT: '' | |
| Inputfield | int | Size attribute value DEFAULT: 10 | |
| Inputfield | int float string | HTML5 step attribute value DEFAULT: '' |