json-schema-form/angular-schema-form-bootstrap

Description at the parameter level does not override the description in the referenced definition.

jimmycasey opened this issue · 1 comments

Enhancement

As a user/developer, when I specify a description at the parameter level, It should be able to override the description in the referenced definition.

Expected behaviour

I expected the description at the parameter level to be displayed in the UI instead of the description from the referenced definition.

Actual behaviour

It actually displaying the description from the definition.

Gist/Plunker/Demo

https://next.plnkr.co/edit/dBODmKsYvRBm6QW7

@json-schema-form/angular-schema-form-bootstrap-lead

We are dynamically updating the form object to achieve this now.
thanks.