-
Notifications
You must be signed in to change notification settings - Fork 386
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
[Developer] Settings Panel description appears twice #535
Comments
Hi @normen - after spending to long trying to figure this out - it looks like a bug in the upstream library (https://github.com/hamzahamidi/ajsf). I'll try work on it more later. |
The same duplicate description effect can be seen in the demonstration playground. |
Thanks for checking, no biggie for now, just thought it should be documented. Cheers! |
I experienced this two when I was going through different plugins to add the config.schema.json. I believe I was able to work around this by adding the layout schema, and adding the description there. |
@donavanbecker - that's what I thought would be the solution as well. It turns out that doesn't work so well when using nested arrays inside nested arrays. |
@oznu Good to know. |
Awesomesauce, my settings panel looks very nice now, thanks! :) |
Describe The Bug:
When adding a "description" tag to an array the description appears in two places, see this image:
https://i.imgur.com/eRCsGGk.png
(note the text :"leave empty to...")
To Reproduce:
Add an array to config.schema.json and give it a description, see this config.schema.json producing the output above.
https://github.com/normen/homebridge-bravia/blob/master/config.schema.json
Expected behavior:
The description should only appear in the
Logs:
See image above
Homebridge Config:
omitted, see config.schema.json above
Screenshots:
https://i.imgur.com/eRCsGGk.png
Environment:
The text was updated successfully, but these errors were encountered: