Skip to content
Discussion options

You must be logged in to vote
  1. Values from UiSchema always have higher priority, here is an example description: uiOptions?.description ?? schema.description.
    The reasons for defining something in UiSchema can be different, for example I was making an editor for UiSchema so that the user could edit the form view without changing the data model.
  2. Yeah, this one. Not everyone needs markdown support by default, but it will increase the size of the bundle for everyone.
  3. You can make some fields readonly using the readOnly parameter in the json schema.
    You can make part or all of the form non-interactive using the inert attribute.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jycouet
Comment options

@x0k
Comment options

x0k Feb 19, 2025
Maintainer

@jycouet
Comment options

Answer selected by x0k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants