gpt4 book ai didi

dropdown - laravel 背包 select2 占位符

转载 作者:行者123 更新时间:2023-12-05 05:14:36 28 4
gpt4 key购买 nike

如何获取下拉列表,其中占位符显示“选择类别”作为默认选择?

以下代码没有渲染占位符

    $this->crud->addField([  // Select2
'label' => 'Category',
'type' => 'select2',
'name' => 'category_id', // the db column for the foreign key
'entity' => 'category',
'attribute' => 'name',
'attributes' => ['placeholder' => 'Select a category'],
.... ])

最佳答案

在属性中添加:

'attributes' => [
'data-placeholder' => 'Select Category'
]

关于dropdown - laravel 背包 select2 占位符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52301397/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com