-
Hi again, Quick questions:
|
Beta Was this translation helpful? Give feedback.
Answered by
x0k
Feb 19, 2025
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
x0k
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
UiSchema
always have higher priority, here is an exampledescription: uiOptions?.description ?? schema.description
.The reasons for defining something in
UiSchema
can be different, for example I was making an editor forUiSchema
so that the user could edit the form view without changing the data model.readOnly
parameter in the json schema.You can make part or all of the form non-interactive using the
inert
attribute.