Number
What is the Form number?
The Form's label is the primary input field to get numbers from the user.
Options
- Minimum value
- Maximum value
- Remove leading zeros
Specifies the minimum value of the input.
Specifies the maximum value of the input.
Specifies whether the input should remove the leading zeros or not.
Setting Mock field and own value
The number input sets the mock field and the own value on a couple of occasions. These are:
- When the widget renders
- On input change
- When an external message tells it to
Validation
If the validation is enabled, then the number input validates the value input on each input.
Sensor Events
The number input only sends out a sensor event when it validates the input. This events name is: {FORM-NAME}-valid
,
the value is the result of this validation.
External Messages
The number input listens to three external messages. These are:
- Set form: Takes the value that is given to it, and replaces the input. If the input is empty, then it is ignored. This also updates the validation, mock and own value.
- Clear form & Reset form: Acts as a hard reset. Removes the input, mock and own value.
Value from Datasource
The number input doesn't take values from the datasource.