OptionalautoIf true, the text box is disabled.
OptionallabelledAn optional attribute to describe the input field for a screen reader. This is used if the input has a description.
OptionallabelAn optional attribute to describe the input field for a screen reader. This is used if the input has no description.
The maximum value.
The minimum value.
If false, empty inputs are allowed and bound to the value as "null".
OptionalvalidationAn optional validation controller to use for validation.
The translation key for a custom validation message.
The following placeholders can be used: ${$config.min}, ${$config.max}
The current value.
Internalvalue
Text box that can be used as an../ValidatedControl/ValidatedControl
Example