yii2 shi用modal弹窗 select2搜索框无法使用

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了yii2 shi用modal弹窗 select2搜索框无法使用相关的知识,希望对你有一定的参考价值。

在modal使用begin的时候指定options选项的tabindex为false

Modal::begin([
    // ......
    ‘options‘ => [
        ‘tabindex‘ => false 
    ],
]);

 

 

 

 

2017-09-30

参考:http://www.manks.top/yii2_modal_gridview_update.html

以上是关于yii2 shi用modal弹窗 select2搜索框无法使用的主要内容,如果未能解决你的问题,请参考以下文章

YII2:kartik Select2

Yii2 在“select2”小部件上需要验证规则

select2 和 Pjax 在 yii2 中不能一起工作

react实现Modal弹窗

react实现Modal弹窗

react实现Modal弹窗