We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a Collapse widget with non-array content and set footer
content
footer
$items[] = [ 'label' => 'Label', 'content' => 'Test', 'footer' => 'Footer' ];
Display content as-is along with the specified footer
Footer only gets displayed, when content is an array: https://github.com/yiisoft/yii2-bootstrap/blob/master/src/Collapse.php#L227
The text was updated successfully, but these errors were encountered:
The change came with: 599d60c - before that, footer seemed unsupported.
Maybe footer could be supported for both variants, regardles of content's type?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: