Skip to content

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

Open
@KishanAtFyn

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.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions