Overview
The integer fieldtype is essentially an HTML5 input with type="number"
. Using the up
and down
keyboard keys will increment and decrement the value by 1
.
Data Storage
Stores an integer – a whole number that is not a fraction.
The integer fieldtype is a text-style input that only accepts integers (numbers) and has increment and decrement controls.
The integer fieldtype is essentially an HTML5 input with type="number"
. Using the up
and down
keyboard keys will increment and decrement the value by 1
.
Stores an integer – a whole number that is not a fraction.
Submit improvements, related content, or suggestions through Github.
Betterify this page →