PickList - "keepSelection" property not working #14884
Labels
Resolution: Stale
Issue or pull request is inactivity and unfortunately it will be *closed* if there is no response
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Describe the bug
The
keepSelection
property in the PickList component seems to be malfunctioning. This property is designed to retain the selection of items between moves in the PickList, but it is not functioning as expected.Documentation - https://primeng.org/picklist#api.picklist.props.keepSelection
Environment
Production
Reproducer
No response
Angular version
16.0.0
PrimeNG version
16.9.5
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.16.0
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
When
keepSelection
is set to true, the selection of items should persist in the source list.The text was updated successfully, but these errors were encountered: