2amigos / yii2-selectize-widget

Selectize From Brian Reavis Yii2 Widget
Other
73 stars 41 forks source link

How to use with bootstrap4? #47

Open kongoon opened 5 years ago

kongoon commented 5 years ago

How to use this widget with bootstrap4?

glpzzz commented 4 years ago

Selectize registers SelectizeAsset which defines yii\bootstrap\BootstrapAsset as a dependency. I just configure BootstrapAsset in config of assetManager component, to not load any file, because is not required.

image

TylerByte666 commented 3 years ago

This is extremely important, we cannot push to production unless we can pass the pen tests I have made 😭

Critical: CVE-2018-14042

Similar: https://github.com/2amigos/yii2-selectize-widget/issues/42

mmerola84 commented 2 years ago

Hi, any news for bootstrap4?