标签: yii2 pjax bootstrap-select
我在使用pjax的形式中使用yii2 bootstrap-select。
cakebake\bootstrap\select\BootstrapSelectAsset::register($this);
在加载创建表单时有效但在提交表单时bootstrap-select不适用于页面中的选择元素。使用pjax完成提交和重新加载gridview。
为什么会这样?