You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not using bootstrap4. I am only using bootstrap5. Therefore, I have already included kartik-v/yii2-bootstrap5-dropdown in my composer.json, but now this extension automatically installs kartik-v/yii2-bootstrap4-dropdown as a requirement. Both kartik-v/yii2-bootstrap4-dropdown and kartik-v/yii2-bootstrap5-dropdown should not be a requirement in the composer.json file and should be installed separated as noted in the README.md
Install the necessary pre-requisite (Krajee Dropdown Extension) based on your bootstrap version:
For Bootstrap v5.x install the extension kartik-v/yii2-bootstrap5-dropdown
For Bootstrap v4.x install the extension kartik-v/yii2-bootstrap4-dropdown
For Bootstrap v3.x install the extension kartik-v/yii2-dropdown-x
The text was updated successfully, but these errors were encountered:
I am not using bootstrap4. I am only using bootstrap5. Therefore, I have already included
kartik-v/yii2-bootstrap5-dropdown
in my composer.json, but now this extension automatically installskartik-v/yii2-bootstrap4-dropdown
as a requirement. Bothkartik-v/yii2-bootstrap4-dropdown
andkartik-v/yii2-bootstrap5-dropdown
should not be a requirement in the composer.json file and should be installed separated as noted in the README.mdThe text was updated successfully, but these errors were encountered: