Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
4 tasks done
shaddollxz opened this issue Jun 4, 2024 · 0 comments
Closed
4 tasks done
Labels
bug needs triage Initial label given, to be assigned correct labels and assigned

Comments

@shaddollxz
Copy link
Contributor

shaddollxz commented Jun 4, 2024

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

@shaddollxz shaddollxz added bug needs triage Initial label given, to be assigned correct labels and assigned labels Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs triage Initial label given, to be assigned correct labels and assigned
Projects
None yet
Development

No branches or pull requests

1 participant