Skip to content

field ui:readonly and ui:disabled cant cover ui:globalOptions property #4210

@shaddollxz

Description

@shaddollxz

Prerequisites

What theme are you using?

core

Version

5.x

Current Behavior

has there uiSchema, expect name and age is not readonly, but now all fields are readonly

{
  "ui:globalOptions": {
    "readonly": true
  },
  "name": {
    "ui:readonly": false
  },
  "age": {
    "ui:options": {
      "readonly": false
    }
  },
  "weight": {
    // ...
  }
}

Expected Behavior

No response

Steps To Reproduce

No response

Environment

- OS:
- Node:
- npm:

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugneeds triageInitial label given, to be assigned correct labels and assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions