You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: