kartik-v / yii2-widget-switchinput

A Yii2 wrapper widget for the Bootstrap Switch plugin to use checkboxes & radios as toggle switches (sub repo split from yii2-widgets)
Other
38 stars 11 forks source link

SwitchInput in modal #26

Closed bzajacc closed 7 years ago

bzajacc commented 7 years ago

Hi, when i add Switchinput in modal, which is loaded by renderAjax - it's broken like photo below. Sometimes it work fine, but generally it's borken.

zrzut ekranu z 2017-02-22 10-27-35

wskeee commented 7 years ago

me too! My solution: 1、create a simple switchInput in parent,that will be work. 2、or use SwitchInputAsset::register($view); in the parent.

hope fix that!!!

bzajacc commented 7 years ago

@wskeee second solution is the clearest one I guess, nevertheless that worked! Thanks! :)

makaronnik commented 7 years ago

It worked for me! Many thanks!