yii2-builder icon indicating copy to clipboard operation
yii2-builder copied to clipboard

Suggestion: sub-attribute label rendering improvements

Open vercotux opened this issue 8 years ago • 0 comments

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 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! We accept bounties via Bountysource.

vercotux avatar Nov 30 '16 04:11 vercotux