OptionaldisplayIf true, the form will indicate the number is a currency value.
OptionalisIf true, the user will not be able to enter a decimal number, only integers are allowed.
If true, the input will display as a slider instead of a numeric input
and the sliderIncrement is required.
OptionalmaxPrevent the user from entering a number more than this number.
If isInteger is true, this value must also be an integer.
Must be more than the minNumber if minNumber is set to a number.
OptionalminPrevent the user from entering a number less than this number.
If isInteger is true, this value must also be an integer.
Must be less than the maxNumber if maxNumber is set to a number.
OptionalsliderRequired if isSlider is true, otherwise must be undefined.
The increment the slider will go up and down by. Must be greater than 0 and supports decimals.
If isInteger is true, this value must also be an integer.
An element to allow the user to supply a number.
The element must have an
idproperty that contains a universally unique identifier (UUID). The identifier must be a Version 4 (V4) UUID and must conform to the formatting requirements defined in this RFC 9562 specification: https://www.rfc-editor.org/rfc/rfc9562.html