kartik-v / yii2-widget-select2

Enhanced Yii2 wrapper for the Select2 jQuery plugin (sub repo split from yii2-widgets).
http://demos.krajee.com/widget-details/select2
Other
323 stars 145 forks source link

Fix a typo #260

Closed mavelar closed 6 years ago

mavelar commented 6 years ago

Scope

This pull request includes a

Changes

The following changes were made

-

-

Related Issues

If this is related to an existing ticket, include a link to it as well.

kartik-v commented 6 years ago

Nope the original value is correct... that is how select2 is configured to append themes. The CSS styles have the double hyphen.

mavelar commented 6 years ago

Ok, but something wrong is happening, theme are not working as expected, when I remove the second hyphen, theme looks ok, I'm using bootstrap theme btw

kartik-v commented 6 years ago

You may need to check your app code. The CSS selector in select2 bootstrap theme includes the double hyphen - check here

mavelar commented 6 years ago

Mmm... you right, I will go more deep of this, thanks!