ComponentsInput Number

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

PropertyTypeDescription
componentstring
= "input-number"
namestringThe name of the field and the key of the JSON
labelstring | i18nLabel of the field
hintstring | i18nHelp text for the field (generally shown below the input box)
placeholderstring | i18nPlaceholder text, visibile when the field is empty
disabledbooleanDisables and greys out the field
readOnlybooleanPut the field in read only mode
hiddenbooleanHides the field from the form
classNamestringCSS class name to assign to the field container
Pick up a framework to show specific properties
Bootstrap
React Suite