Field types / Integer
Note: You are currently reading the documentation for Bolt 2.2. Looking for the documentation for Bolt 5.2 instead?
Simple field for inputting whole numbers.
Basic Configuration:¶
number:
type: integer
Example usage in templates:¶
{{ record.number }}
Options:¶
The field has a few options to change the functionality of the field.
minThe minimum accepted value.maxThe maximum accepted value.stepHow much to "step" the value up and down when using the browser controls.
Edit this page on GitHub
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.