Reordering of multiselect (hasMany) relationship & select fields #691
Que-tin
started this conversation in
Feature Requests & Ideas
Replies: 1 comment 1 reply
-
Hey @Que-tin — this is a great request, and we actually have this one on our radar already. You can expect this coming from the core Payload team at some point in the future but if you wanted to PR, there is an example from the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, as far as I know there is no way to reorder the relatioship entries in a field with
hasMany: true
. Had this feature being requested a couple times by customers in the past (not with payload) and I think it would be a good addition to the already pretty good relationship field.Not sure what would be the best way to implement it, maybe making the
hasMany
key accept an object with Type MultiSelectProps or smth. so it can also be reused on normal multi selects outside of the relationship context.Beta Was this translation helpful? Give feedback.
All reactions