react-impression icon indicating copy to clipboard operation
react-impression copied to clipboard

select组件可否支持远程搜索

Open natsu0728 opened this issue 5 years ago • 0 comments

目前只支持本地搜索,虽然通过filterMethod可以模拟获取远程候选项,但有缺点:

  1. 需要限制filterMethod只执行一次
  2. 必须留一个selectOption占位
  3. options列表变化时,之前已经选中的选项如果不在新搜索到的列表里,选择框selectText因为没有缓存,就会变成空

希望可以原生支持remoteMethod参数,根据关键字从后端获取查询到的候选项

natsu0728 avatar Apr 24 '19 09:04 natsu0728