yii2-bootstrap5
yii2-bootstrap5 copied to clipboard
Yii 2 Bootstrap 5 Extension
Hello, first want to say that I'm really appreciative of the work done on this extension. And secondly, I'm curious if anyone has plans to implement the card component? (https://getbootstrap.com/docs/5.1/components/card/)...
### What steps will reproduce the problem? I tried to change the vanilla Yii2 checkbox from: `$form->field($model, 'active')->checkBox()` to: `$form->field($model, 'active')->checkBox( ['switch' => True] )` in order to show a...
### Steps to reproduce the problem: If \kartik\datecontrol\DateControl is installed with version 2.0.4 - JavaScript error: `Uncaught TypeError: Cannot read properties of undefined (reading 'parentNode')` ### Additional info | Q...
Hello, i noticed that using `kartik\grid\GridView` with **bootstrap5** I can't no more use filters on gridviews. The page being created contains the following statement in a script: `(new bootstrap.Dropdown('#w1-button', {}));`...
- Override `error` method - Update `checkboxList` and `radioList` methods: add 'inline' option, normalize wrapper class | Q | A | ------------- | --- | Is bugfix? | ✔️/❌ |...
Fix 'Bootstrap doesn't allow more than one instance per element. Bound instance: bs.dropdown.' JS error when using `ButtonDropdown` | Q | A | ------------- | --- | Is bugfix? |...
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌ | Fixed issues |
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌ | Fixed issues | #100
Hello, I created a new Yii2 application using Composer and added a dropdown button to the homepage using the `yii\bootstrap5\ButtonDropdown` widget. However, when rendering the page, the following error appears...
Hopefully `LinkPager` will add two configurations: 1. Select the number to display per page: ``` public array $pageSizeOptions = []; // e.g. [10 => 10, 20 => 20, 50 =>...