yii2-bootstrap5
yii2-bootstrap5 copied to clipboard
Yii 2 Bootstrap 5 Extension
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌ | Fixed issues | Adds the posibility...
| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ❌ | Fixed issues | #80
### What steps will reproduce the problem? First working code: ```php ``` works like usual in Yii2. And now I try to add suffix to the field ```php
| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ❌ | Fixed issues | Note: This is...
Incorrect HTML/CSS when rendering radioList field (ActiveForm) using LAYOUT_FLOATING ### What steps will reproduce the problem? ```php use yii\bootstrap5\ActiveForm; $form = ActiveForm::begin([ 'layout' => ActiveForm::LAYOUT_FLOATING, ]); // text fields are...
### What steps will reproduce the problem? I'm trying to implement an inline radio list like this: ``` ``` ### What is the expected result? It should render an inline...
BootstrapAsset and BootstrapPluginAsset are publishing the whole Bootstrap directory into web/assets. This line: public $sourcePath = '@bower/bootstrap'; Could be changed to: public $sourcePath = '@bower/bootstrap/dist'; So that only the "dist"...
Similar to https://github.com/yiisoft/yii2-bootstrap4/blob/f9a55eb5d2e0e555997430602d53c74eb13df9a7/composer.json#L40 & https://github.com/yiisoft/yii2-bootstrap4/pull/85
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌
| Q | A | ------------- | --- | Is bugfix? | ✔️/❌ | New feature? | ❌ | Breaks BC? | ❌ | Fixed issues | #49