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
This issue has originally been reported by @alagodich at yiisoft/yii2#8028. Moved here by @cebe.
Hello
As stated here: http://getbootstrap.com/javascript/#dropdowns-events
All dropdown events are fired at the .dropdown-menu's parent element.
But parent container for widget is being rendered via Html::beginTag and we cannot assign any events to it with 'clientEvents' option.
Html::beginTag
return implode("\n", [ Html::beginTag($tag, $this->containerOptions),
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue has originally been reported by @alagodich at yiisoft/yii2#8028.
Moved here by @cebe.
Hello
As stated here: http://getbootstrap.com/javascript/#dropdowns-events
But parent container for widget is being rendered via
Html::beginTag
and we cannot assign any events to it with 'clientEvents' option.The text was updated successfully, but these errors were encountered: