Add an option to disable the sorting functionality in the target list #1406
Lazerproof
started this conversation in
Ideas
Replies: 1 comment
-
@Lazerproof Not sure if that's going to be easy to do via. overriding slots. The transferlist wasn't really built with what you're suggesting in mind. Perhaps we could add a prop for this in the future. For your usecase, it might be best to simply use an input hook and and manually sort the values. Using a plugin you assign to the transferlist like so:
Do you think something like this would work for your use-case? |
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
-
I have a use case where I have a fixed sort order of the source options and I want the same sort order in target values without allowing the user to change the sort. I assume this is already possible by overriding some field slots (is it?), but I would love to see a simpler implementation by prop setting.
Beta Was this translation helpful? Give feedback.
All reactions