Allow to completely disable labels. Currently even when we set the 'label' setting to false/null/'' the label container will still render which adds an empty vertical margin to the nested group. It should probably follow the ActiveForm 'showLabels' setting, which is currently ignored.
Provide a way to automatically acquire labels from the model's getAttributeLabel() method. Currently we need to manually do this for each attribute in the nested group.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/39637481-suggestion-sub-attribute-label-rendering-improvements?utm_campaign=plugin&utm_content=tracker%2F776156&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F776156&utm_medium=issues&utm_source=github).
In Form Builder, when rendering sub-attributes, allow for greater control over labels.
Allow to completely disable labels. Currently even when we set the
'label'
setting tofalse
/null
/''
the label container will still render which adds an empty vertical margin to the nested group. It should probably follow the ActiveForm'showLabels'
setting, which is currently ignored.Provide a way to automatically acquire labels from the model's
getAttributeLabel()
method. Currently we need to manually do this for each attribute in the nested group.