Field Types / Integer field
Note: You are currently reading the documentation for Bolt 3.7. 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.
min
The minimum accepted value.max
The maximum accepted value.step
How much to "step" the value up and down when using the browser controls.placeholder
Placeholder text inside the input control.
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.