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-dropdown-tree-select组件。如何更改所选项目的顺序?默认选中项顺序与数据列表顺序相同,我想更改为用户选择项顺序的顺序:每个新选中的项都将附加到选中列表中。谢谢你的帮助!
在这种情况下,您需要在onChange监听器内部实现一个中间件函数来重新排列选定的元素,然后更新数据的状态