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

Add support for JSONSchema "title" property #1240

Closed
johnmorrell opened this issue Jan 23, 2019 · 2 comments
Closed

Add support for JSONSchema "title" property #1240

johnmorrell opened this issue Jan 23, 2019 · 2 comments
Assignees
Milestone

Comments

@johnmorrell
Copy link

Is your feature request related to a problem? Please describe.

Currently form titles appear to be a formatted version of the property name. This can be overridden by specifying a title in the UISchema, but as "title" is a part of JSONSchema it means the titles that already exist on the schema need to be uneccessarily duplicated in a UISchema. The JSONSchema "description" property is currently used for additional information below the form item.

Describe the solution you'd like

Option to use JSONSchema titles where specified.

Describe alternatives you've considered

UISchema

Describe for which setup you like to have the improvement

Framework: react
RendererSet: material

Additional context

This would ideally also define the title for navigating options between oneOf options. This is currently using the first property name of each of the options.

@sdirix
Copy link
Member

sdirix commented Jan 23, 2019

Thank you for the suggestion. We'll take a look in the near future.

@edgarmueller
Copy link
Contributor

Fixed via #1335

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants