Open troughc opened 3 weeks ago
By default, Ant Design's TreeSelect component does not support reordering selected nodes within a multi-select field. To implement this, the component needs to be customized, likely requiring each field's value change to be managed with an individual or object-based state. While this presents a challenge, it is achievable.
UI tasks : 7-8 hrs
How hard would it be to add functionality to reorder selected terms (from taxonomies) in fields? How much effort/time and what are the risks (if any)?
For example, to reorder these terms in the 'Discipline' field shown in the screenshot. The idea is that a user could drag the bubbles (with terms) to reorder them. And then in the backend they would also be reordered so that they were sent from the API in the selected order.