Replies: 2 comments
-
Showing selections in order makes sense and it could be the default behavior. I don't see a need to have another preference for this.
Yeah, it complicates things for very little gains. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I just submitted a similar question, I'd like the selected item ordered by selection order as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
To make a simple sort/preferences of selections by users. For examples,
data.json
---- A1
---- A2
---- B1
---- B2
if user select A1, C, B2 in order, I can pop out these selections by order. But by current design, the selection is always A1, B2, C
Describe the solution you'd like
Have an option to enable showing selected nodes by selection order.
Describe alternatives you've considered
I can have an internal state to record order of selection by useState (in react), but I think to make this order of selection appear on the dropdown selected area much more make sense.
Draggable function is a more user-friendly design for this option, but maybe make things much bigger and complicated.
Beta Was this translation helpful? Give feedback.
All reactions