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

Form Schema JSON Capabilities - Automatic Titling of Property Names #92

Open
mkormendy opened this issue Jul 20, 2021 · 0 comments
Open

Comments

@mkormendy
Copy link

As a user, I am noticing a number of features that are not in parity with the native Homebridge implementation of the config.schema.json for the form based configuration user interface.

This issue deals with non-working creation of titles from the property names of certain sections or nested levels. By default this is a feature that is turned on in the Angular version:

https://github.com/json-schema-form/angular-schema-form/blob/master/docs/index.md#global-options

"by default schema form uses the property name in the schema as a title if none is specified, set this to true to disable that behavior"

This does not seem to be the same experience with the Vue.js implementation. I also don't know if this is a "will not fix" issue, because it is easily fixed if there is a child "title" property for that section. But it was nice not having to have that there for simplicity's sake.

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

No branches or pull requests

1 participant