-
|
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
UiSchemaalways have higher priority, here is an exampledescription: uiOptions?.description ?? schema.description.The reasons for defining something in
UiSchemacan be different, for example I was making an editor forUiSchemaso that the user could edit the form view without changing the data model.readOnlyparameter in the json schema.You can make part or all of the form non-interactive using the
inertattribute.