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

Bootstrap decorator for Angular Schema Form
51 stars 86 forks source link

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

Closed jimmycasey closed 5 years ago

jimmycasey commented 6 years ago

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

jimmycasey commented 5 years ago

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