Skip to main content

Number Input

The number input component allows you to get a number from the user.

Number Input API

The following section details Number Input component's specific settings. For more details on the App Editor, check the dedicated documentation or the App Editor Quickstart:

Number Input configuration

NameTypeConnectableTemplatableDefaultDescription
placeholderstringfalsefalseType...The number input placeholder.
default valuenumbertruefalseThe default value of the number input.
minnumberfalsefalseThe minimum value of the number input.
maxnumberfalsefalseThe maximum value of the number input.
stepnumberfalsefalse1The step value of the number input.

Outputs

NameTypeDescription
resultnumberThe number input value