Settings for the HxInputNumber
and derived components.
Name | Type | Description |
---|---|---|
InputMode | InputMode? |
A hint to browsers regarding the type of virtual keyboard configuration to use when editing. |
InputSize | InputSize? |
The size of the input. |
LabelType | LabelType? |
The label type. |
SelectOnFocus | bool? |
Determines whether all the content within the input field is automatically selected when it receives focus. |
Type | InputType? |
Allows switching between textual and numeric input types.
Only InputType.Text (default) and InputType.Number are supported. |
ValidationMessageMode | ValidationMessageMode? |
Specifies how the validation message should be displayed. |