"react-select" Dropdown Not Opening Inside "react-beautiful-dnd" Draggable Component #5948
Labels
issue/bug-unconfirmed
Issues that describe a bug that hasn't been confirmed by a maintainer yet
Problem
When using
react-select
inside a draggable component fromreact-beautiful-dnd
, the dropdown does not open on click.Versions
Steps to Reproduce
react-beautiful-dnd
.react-select
dropdown.react-select
dropdown by clicking on it.Expected Behavior
The
react-select
dropdown should open when clicked.Actual Behavior
The
react-select
dropdown does not open when clicked.Additional Information
react-select
is used inside a draggable component. It works fine outside of it.Request: If possible, could a quick fix be provided for this issue? It's blocking key functionality in our application. Thanks in advance!
The text was updated successfully, but these errors were encountered: