Action widgets
Number
- Default for:
type: "number"withoutui:widget ui:options: standard RJSF options are passed through
schema: {
type: "object",
properties: {
retryAfterDays: { type: "number", title: "Suggest retry in days" },
},
}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.
Action
{
"id": "approve",
"title": "Approve",
"description": "Default number input",
"schema": {
"type": "object",
"properties": {
"retryAfterDays": {
"type": "number",
"title": "Suggest retry in days"
}
}
}
}See also
This widget also appears in the full Budget Approval task example.