Dropdown inside Droppable Item not opening on click in react-beautiful-dnd #2666
Open
Description
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.