JedWatson / react-select

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

Clear selected value requires 2 clicks instead of 1 when enabling "menuShouldBlockScroll" #5728

Open Sahar541998 opened 1 year ago

Sahar541998 commented 1 year ago

Hey :) I am unable to clear values when the menu is open and "menuShouldBlockScroll" is enabled

it requires 2 clicks to remove value instead of a single click

  1. Open The select and choose a value
  2. Click On the "X" to remove the value

As a result, the menu is closed and I need to do one more click to remove the value

To reproduce just need to enable "menuShouldBlockScroll" and "isClearable"

See this example

Code Sandbox Of The Issue