PickList Reordering of multiple entries to the top or bottom #13912
Labels
Resolution: Stale
Issue or pull request is inactivity and unfortunately it will be *closed* if there is no response
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Describe the bug
The feature "send to top" or "send to bottom" in p-pickList does not work correctly when multiple entries are selected.
Environment
Windows
Reproducer
Here is a simple stackblitz example:
https://stackblitz.com/edit/8ojywy?file=src%2Fapp%2Fdemo%2Fpicklist-basic-demo.html
No response
Angular version
15.2.5
PrimeNG version
15.0.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.1.0
Browser(s)
No response
Steps to reproduce the behavior
Precondition:
entry_1
entry_2
entry_3
entry_4
Steps to reproduce:
Actual Result:
entry_4
entry_3
entry_1
entry_2
Expected behavior
Expected Result:
entry_3
entry_4
entry_1
entry_2
The text was updated successfully, but these errors were encountered: