RobotRock
Context widgets

Date

  • Auto-selected: no (set ui:widget explicitly)
  • ui:options: none
context: {
  data: { submittedAt: "2026-06-01T11:15:00.000Z" },
  ui: { submittedAt: { "ui:widget": "date" } },
}

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": {
    "submittedAt": "2026-06-01T11:15:00.000Z"
  },
  "ui": {
    "submittedAt": {
      "ui:title": "Submitted at",
      "ui:widget": "date"
    }
  }
}

See also

This widget also appears in the full Support Ticket task example.