Open Commifreak opened 3 years ago
The change came with: https://github.com/yiisoft/yii2-bootstrap/commit/599d60c376eaf9dedac0b8b5f48099beabefbe5b - before that, footer seemed unsupported.
Maybe footer could be supported for both variants, regardles of content's type?
What steps will reproduce the problem?
Create a Collapse widget with non-array
content
and setfooter
What's expected?
Display content as-is along with the specified footer
What do you get instead?
Footer only gets displayed, when content is an array: https://github.com/yiisoft/yii2-bootstrap/blob/master/src/Collapse.php#L227
Additional info