You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, now it works. There is small issue with css: .select2-container-multi .select2-choices .select2-search-field input have height: 32px, but when using small size it is better to set it to 30px:
Size config is not working. When using
pluginLoading
, class of input will not change toinput-sm
(for example) after showing the widget. And even ifpluginLoading
isfalse
, class will not change toinput-sm
because first condition here is always false:https://github.com/kartik-v/yii2-widgets/blob/master/widgets/Select2.php#L158
(I think you forgot about setting
addon
to empty array: https://github.com/kartik-v/yii2-widgets/blob/master/widgets/Select2.php#L51).The text was updated successfully, but these errors were encountered: