Default Number Editor

A standard numeric input field that appears when no specific format is requested.

Activation Conditions

  • "type": "number" or "type": "integer"

Example

{
  "type": "number",
  "title": "Number"
}