Open
Description
Expected
I expected that I could override the fieldset add on (or create a new one) and adding to the bootstrap decorator would mean I can customize how fieldsets are rendered (I'm trying to refactor an existing hand rolled form engine so needed to style mine to be as close to the existing as possible).
Actually
I defined it and it worked fine in fields in the form, but when using fieldsets inside tabs, it rendered my new fieldset item and legend, but none of the fields appeared.
Gist/Plunker/Demo
Plunkr showing a fieldset override
Plunkr showing trying a new fieldset definition
@json-schema-form/angular-schema-form-lead