Closed nilsenpaul closed 6 years ago
Then I thought, just put the content in the model's attributeLabels
, but that gets encoded by default by ActiveField.php, and it contains a link. So, I really need this label option.
Resolved via updated enhancement commit.
Steps to reproduce the issue
bsVersion => '4.*',
inconfig/params.php
Expected behavior and actual behavior
I expect a label to be shown correctly, within a label tag. What I see (see screenshot) is the label's title, without label tags, but with
{beginLabel}
and{endLabel}
in it. Checkboxes without a label option get rendered correctly.