Input Number
The Input Number input-number field is the basic input field to input integer and floating point number.
Example
{
"component": "input-number",
"label": "My field number",
"name": "my_number",
"hint": "Enter some number here",
"react-rsuite5": {
"allowClear": true
}
}Loading...
Reference
| Property | Type | Description |
|---|---|---|
| component | string | = "input-number" |
| name | string | The name of the field and the key of the JSON |
| label | string | i18n | Label of the field |
| hint | string | i18n | Help text for the field (generally shown below the input box) |
| placeholder | string | i18n | Placeholder text, visibile when the field is empty |
| disabled | boolean | Disables and greys out the field |
| readOnly | boolean | Put the field in read only mode |
| hidden | boolean | Hides the field from the form |
| className | string | CSS class name to assign to the field container |
Pick up a framework to show specific properties | ||