Skip to content Skip to footer navigation

Integer Fieldtype

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

Screenshot of Integer
The Integer Fieldtype in action!

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.