Closed neoacevedo closed 11 months ago
I can't fill at all the options in the issue template but I will try to sumarize my issue:
I have installed a theme to use AdminLte with BS4, and I'm implementing the AdminKit theme to use it with BS5.
In the app params array, I set the bsVersion to 5.x.
I have installed yii2-bootstrap4 and yii2-bootstrap5, and also yii2-bootstrap4-dropdown and yii2-bootstrap5-dropdown.
I have updated all dependencies and I'm using kartik-v yii2-grid with editable columns. The issue I find is the Editable is loading the bootstrap4-dialog css and js and I have checked the source code for it where I can find: https://github.com/kartik-v/yii2-dialog/blob/master/src/DialogBootstrapAsset.php#L29C9-L29C95
Then, the BS dependency for yii2-dialog used for yii2-editable is only the 3 and the 4 but not the BS5 which is interfering with some UI as the dropdown menus for sidebar and navbar.
I customized some bootstrap js to work with all together.
I can't fill at all the options in the issue template but I will try to sumarize my issue:
I have installed a theme to use AdminLte with BS4, and I'm implementing the AdminKit theme to use it with BS5.
In the app params array, I set the bsVersion to 5.x.
I have installed yii2-bootstrap4 and yii2-bootstrap5, and also yii2-bootstrap4-dropdown and yii2-bootstrap5-dropdown.
I have updated all dependencies and I'm using kartik-v yii2-grid with editable columns. The issue I find is the Editable is loading the bootstrap4-dialog css and js and I have checked the source code for it where I can find: https://github.com/kartik-v/yii2-dialog/blob/master/src/DialogBootstrapAsset.php#L29C9-L29C95
Then, the BS dependency for yii2-dialog used for yii2-editable is only the 3 and the 4 but not the BS5 which is interfering with some UI as the dropdown menus for sidebar and navbar.