rsuite/rsuite

SelectPicker doesn't work properly when it's inside a Drawer with the backdrop={false}

JuanCaCode opened this issue · 2 comments

What version of rsuite are you using?

5.59.2

What version of React are you using?

18.0.0

What version of TypeScript are you using (if any)?

No response

What browser are you using?

Chrome

Describe the Bug

SelectPicker doesn't work properly when it's inside a Drawer with the backdrop={false}
I'm selecting the item but, it doesn't even hover .
image

I can't select any option from the SelectPicker list.

Expected Behavior

while using the Drawer backdrop={false}, the SelectPicker inside it, can work.

image

To Reproduce

sandbox https://codesandbox.io/p/sandbox/elegant-cdn-mt3mrt?file=%2Findex.js%3A10%2C16

Hello, sorry, is this fixed?

Fixed in #3759