yii2使用带搜索功能的下拉框(select)

示例

  • 示例图片(未使用搜索)
    示例图片
  • 示例图片(使用搜索)
    在这里插入图片描述

使用composer安装select2包

composer require kartik-v/yii2-widget-select2

代码中使用

    <?= $form->field($model, 'platform_id')->widget(\kartik\select2\Select2::className(), [
        'data' => ArrayHelper::map(\app\models\SubPlatform::find()->asArray()->all(), 'id', 'type_name'),
    ]) ?>
    //data 笔者使用数据库数据

注意模态框中使用select2时,tabindex会导致无法输入

    <?php Modal::begin([
        'options'=>[
            'data-backdrop'=>'static',
            'tabindex'=>false,
        ],
        'id' => 'create-modal',
        'header' => '<h4 class="modal-title">录入数据</h4>',
    ]); ?>

问题

  • 如有问题,可联系作者。希望能和csdn以及github的老哥一起交流。

Wechat

ylf283598349

github地址 https://github.com/JackYang500/yii2-tutorial

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值