ToolJet/docs/docs/widgets/number-input.md
Abhinaba Adhikari 7e24ad002e
Add upper & lower limit to number input widget (#1761)
* Add upper & lower limit to number input widget

* add documentation for number input widget limits
2022-01-12 23:54:42 +05:30

705 B

Number Input

Number Input widget lets users enter and change numbers.

:::tip Numbers can be changed by using the arrow keys. :::

ToolJet - Widget Reference - Number Input

Properties

properties description
Placeholder It specifies a hint that describes the expected value.
Maximum value It specifies the maximum value the number input can go to.
Minimum value It specifies the minimum value the number input can go to.