Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 react 下拉菜单中使用 react-select-plus 控件。我是参考这个演示点击这里。并且包是npm 包。当我使用工作正常的空间搜索任何数据时。示例如下屏幕截图:
现在,我的问题是在数据中,该词中有特定的逗号,然后不起作用。示例如下屏幕截图。
现在,我希望的结果是在我的搜索条件中忽略逗号并给我该数据。
我该如何解决这个问题。
使用 react-select-plus 中的过滤选项功能解决了这个问题。语法在 ES 6/7 中: filterOptions = options => options;