RobotRock
Context widgets

Number

  • Auto-selected for: number values
  • ui:options: none
context: {
  data: { riskScore: 87 },
  ui: { riskScore: { "ui:widget": "number" } },
}

Inbox preview

Rendered by the dashboard (static preview route). Matches docs light/dark mode. Handle actions are disabled; use the toolbar to submit this example to your inbox or view its configuration.

Context

{
  "data": {
    "riskScore": 87
  },
  "ui": {
    "riskScore": {
      "ui:title": "Risk score",
      "ui:widget": "number"
    }
  }
}

See also

This widget also appears in the full Budget Approval task example.