Closed neoacevedo closed 1 year ago
I am facing the same issue with BS5. Popover opens on page load and the close button doesn't work. The cancel button on click moved the popover to where it should pop but it can't be closed and stays there. The cancel button doesn't do anything as well.
Prerequisites
master
branch of yii2-grid.Steps to reproduce the issue
yiisoft/yii2-bootstrap4
and run composer update to get all the packages updatedExpected behavior and actual behavior
When I follow those steps, I see...
A popover box displayed on top left corner on page load, and it cannot be closed.
I was expecting a popover box displayed next to edit link on click it.
Environment
Browsers
Operating System
Libraries
Isolating the problem
Additional: Similar to https://github.com/kartik-v/yii2-grid/issues/823
The same package, in a basic app template, works, not else in an advanced app template.