Open
Description
提问前先看看:
https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
🔩 所属模块或组件
pro-field ==> LightSelect
🥰 需求描述
ProTable 的 LighterFilter 模式下,LightSelect 组件支持搜索时请求网络数据
LightSelect 支持类似 SearchSelect 的 fetchDataOnSearch 功能
⛰ 功能需求适用场景
开启 filterType: "light" 后搜索不再请求网络数据
🧐 解决方案
参照 SearchSelect 改一下。