We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drag n drop does not work in the picklist component
Windows, Linux
No response
18.2.1
18.0.0-beta.3
Angular CLI App
TypeScript
20.13.1
chrome
copy pasted from the demo page: <p-picklist [source]="sourceProducts" [target]="targetProducts" [dragdrop]="true" [responsive]="true" [sourceStyle]="{ height: '30rem' }" [targetStyle]="{ height: '30rem' }" breakpoint="1400px"> {{ item.name }}
drag n drop should work
The text was updated successfully, but these errors were encountered:
fix: primefaces#16578
9330b90
+ Drag and Drop works again + Still wrong: Item shows below list while dragging
Due to PrimeNG team's busy roadmap, this issue is available for anyone to work on. Make sure to reference this issue in your pull request. ✨ Thank you for your contribution! ✨
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Drag n drop does not work in the picklist component
Environment
Windows, Linux
Reproducer
No response
Angular version
18.2.1
PrimeNG version
18.0.0-beta.3
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.13.1
Browser(s)
chrome
Steps to reproduce the behavior
copy pasted from the demo page:
<p-picklist [source]="sourceProducts" [target]="targetProducts" [dragdrop]="true" [responsive]="true" [sourceStyle]="{ height: '30rem' }" [targetStyle]="{ height: '30rem' }" breakpoint="1400px">
{{ item.name }}
Expected behavior
drag n drop should work
The text was updated successfully, but these errors were encountered: