primefaces / community

Community Forum
0 stars 0 forks source link

Picklist Drag&Drop Multiple Selection #1692

Open Mnaaz opened 5 months ago

Mnaaz commented 5 months ago

Discussed in https://github.com/orgs/primefaces/discussions/1691

Originally posted by **Mnaaz** April 17, 2024 The picklist currently allows the selection of multiple items via setting` [metaKeySelection]="true"`. However, when having set `[dragdrop]="true"` it would be nice to be able to move the multiple selection via drag&drop from source to target list and vice versa. This is currently not possible. Only the item that was selected first is moved. This behaviour is also not consistent with being able to transfer multiple selection via the arrow buttons. It would be great if this enhancement would be added and to have some documentation on how to achieve this via workaround until the feature is available.