Skip to content
New issue

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

Dropdown inside Droppable Item not opening on click in react-beautiful-dnd #2666

Open
KishanAtFyn opened this issue Sep 17, 2024 · 1 comment

Comments

@KishanAtFyn
Copy link

Description:
I encountered an issue when using react-beautiful-dnd where a dropdown (created using react-select or a native element) within a dropped item does not open when clicked. It seems that the draggable behavior might be interfering with the dropdown's onClick or onFocus events, preventing it from functioning as expected. Expected Behavior: When clicking on the dropdown inside a droppable item, the dropdown options should open and allow users to select an option. Actual Behavior: Clicking on the dropdown inside a droppable item does not trigger the dropdown to open, preventing any interaction with the options.

@KishanAtFyn
Copy link
Author

issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant