标签: reactjs select search dropdown semantic-ui
现在,多重搜索选择下拉菜单允许用户搜索选项列表中包含的项目,一旦被选择,该选项便不再可以再次选择。我希望能够保留该选项。
当用户在多重搜索选择下拉菜单中单击某个项目时,我希望选项列表保持静态。
到目前为止,我的发现: 当用户从列表中选择一个项目时,事件对象中包含的选项列表不会改变。
答案 0 :(得分:0)
目前无法实现。 All the selected values are filtered out of the menu options in a multi select Dropdown。
Dropdown