正文yii2 shi用modal弹窗 select2搜索框无法使用IP云V管理员/2022-12-01/4 阅读 12/01提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 在modal使用begin的时候指定options选项的tabindex为false Modal::begin([ // ...... 'options' => [ 'tabindex' => false ], ]); 2017-09-30 参考:http://www.manks.top/yii2_modal_gridview_update.html