mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-30 01:47:16 +00:00
* Add upper & lower limit to number input widget * add documentation for number input widget limits
705 B
705 B
Number Input
Number Input widget lets users enter and change numbers.
:::tip Numbers can be changed by using the arrow keys. :::
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. |