Skip to content

Radio button in RJSF/ANTD not being disabled #4481

@Sushil3663

Description

@Sushil3663

Prerequisites

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
},

Image

Expected Behavior

No response

Steps To Reproduce

No response

Environment

- OS:
- Node:
- npm:

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions