ToolJet/docs/docs/widgets/number-input.md

18 lines
705 B
Markdown
Raw Normal View History

# Number Input
Number Input widget lets users enter and change numbers.
:::tip
Numbers can be changed by using the arrow keys.
:::
<img class="screenshot-full" src="/img/widgets/number-input/number-input.gif" alt="ToolJet - Widget Reference - Number Input" height="420"/>
#### 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. |