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
There are issues with closing modal window if website is using Bootstrap 4, due code in Asset which is related only to BS3. Can it be changed to:
public $depends = [ 'yii\web\JqueryAsset', 'yii\jui\JuiAsset', 'yii\bootstrap4\BootstrapAsset', 'yii\bootstrap4\BootstrapPluginAsset', ];
The text was updated successfully, but these errors were encountered:
Same issue for BS5 as well. Sorting works excellent, it just the 'loading modal pop up and doesn't close itself'.
Sorry, something went wrong.
No branches or pull requests
There are issues with closing modal window if website is using Bootstrap 4, due code in Asset which is related only to BS3. Can it be changed to:
The text was updated successfully, but these errors were encountered: