Integer Fieldtype
The integer fieldtype is a text-style input that only accepts integers (numbers) and has increment and decrement controls.

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.
Docs Feedback
Submit improvements, related content, or suggestions through Github.
Betterify this page