JedWatson / react-select

The Select Component for React.js
https://react-select.com/
MIT License
27.42k stars 4.1k forks source link

Bug: right clicking on a select input when the menu is open makes the input unresponsive #5877

Open alexreardon opened 3 months ago

alexreardon commented 3 months ago

Hey legends,

Reproduction steps

Standalone example

This issue is reproducible on the base select example as well as on in the select documentation

stivaugoin commented 1 month ago

Hey @alexreardon I just found a solution for this problem. I had the same issue with right click but finally it's just a problem with the width of the input.

https://github.com/JedWatson/react-select/issues/4461

I hope it will help you ✌️