表单动态下拉组件select能否支持搜索或者有没有支持搜索的组件?
问题描述
2025-05-08
分享
加入收藏
写评论
1 个评论
我也来评论
发布 👻
发布问答
发布分享
临时 🔈
表单动态下拉组件select能否支持搜索或者有没有支持搜索的组件 ---------------------------------------- 可以给select组件新增属性lay-search即可 例如: ```html <select name="match_maker" lay-verify="required" lay-search data-select="{:url('user.users/index')}" data-fields="id,nickname" data-value="{$row.match_maker|default=''}"></select> ```