2021-10-06 06:44:13 +00:00
|
|
|
# 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
|
|
|
|
|
|
2022-01-12 18:24:42 +00:00
|
|
|
| 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. |
|