You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an array schema has "readOnly": true set, the field value isn't marked as readonly. e.g. below, field ThingDescriptions is correctly marked as readonly, but the value ModelsThingDescription[] isn't
What are the steps to reproduce this issue?
What happens?
When an
array
schema has"readOnly": true
set, the field value isn't marked asreadonly
. e.g. below, fieldThingDescriptions
is correctly marked asreadonly
, but the valueModelsThingDescription[]
isn'tWhat were you expecting to happen?
ModelsThingDescription[]
is marked asreadonly
What versions are you using?
Operating System: Mac OS Ventura
Package Version: latest
Browser Version: Chrome latest
The text was updated successfully, but these errors were encountered: