-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
Prerequisites
- I have searched the existing issues
- I understand that providing a SSCCE example is tremendously useful to the maintainers.
- I have read the documentation
- Ideally, I'm providing a sample JSFiddle, Codesandbox.io or preferably a shared playground link demonstrating the issue.
What theme are you using?
antd
Version
5.x
Current Behavior
json Schema
"account_info": {
"type": "string",
"enum": ["Individual", "Joint", "Minor"],
"group": "Account Information",
"width": "full"
},
UISchema
account_info: {
"ui:widget": "radio",
"ui:label": false,
"ui:disabled": true
},
Expected Behavior
No response
Steps To Reproduce
No response
Environment
- OS:
- Node:
- npm:
Anything else?
No response