yii2-bootstrap5 icon indicating copy to clipboard operation
yii2-bootstrap5 copied to clipboard

Yii 2 Bootstrap 5 Extension

Results 21 yii2-bootstrap5 issues
Sort by recently updated
recently updated
newest added

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌ | Fixed issues | Adds the posibility...

severity:minor
status:under discussion
type:enhancement

| 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...

type:bug
status:ready for adoption

### 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...

type:bug
status:ready for adoption

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"...

status:ready for adoption
type:enhancement

Similar to https://github.com/yiisoft/yii2-bootstrap4/blob/f9a55eb5d2e0e555997430602d53c74eb13df9a7/composer.json#L40 & https://github.com/yiisoft/yii2-bootstrap4/pull/85

status:under discussion

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌

| Q | A | ------------- | --- | Is bugfix? | ✔️/❌ | New feature? | ❌ | Breaks BC? | ❌ | Fixed issues | #49

severity:minor
status:need more info
type:feature