InputfieldFloat class - ProcessWire API
| Name | Return | Summary | |
|---|---|---|---|
| Inputfield | int float string | Initial/default value (when used with FieldtypeInteger) | |
| Inputfield | int | Total digits, for when used in decimal mode DEFAULT: 0 | |
| Inputfield | int float | Initial/default value (when used as independent Inputfield) | |
| Inputfield | string | Input type to use, one of "text" or "number" DEFAULT: text | |
| Inputfield | int float | Maximum allowed value | |
| Inputfield | int float | Minimum allowed value | |
| Inputfield | bool int | Convert “123E-3” and “123E3” type numbers to real numbers in the <input>? 3.0.193+ DEFAULT: false | |
| Inputfield | string | Placeholder attribute for input DEFAULT: '' | |
| Inputfield | int null string | Decimals precision (or -1 to disable rounding in 3.0.193+ DEFAULT: 2 | |
| Inputfield | int | Size attribute for input | |
| Inputfield | int float string | HTML5 step attibute value DEFAULT: any |