Martin Yrjölä

Results 7 comments of Martin Yrjölä

Some of our users are also reporting this issue. However, our developers haven't been able to reproduce this issue yet. Has anyone been able to investigate what causes this issue?

Hi Vincent! Thanks for reporting! I don't know when I'll have the time to take a look at this bug. Would you be willing to take a stab at it...

This started happening to me after upgrading to Catalina. Thanks for the ESC workaround!

I did some digging on how react-aria does it. They have an event abstraction https://github.com/adobe/react-spectrum/blob/b35d5c02fe900badccd0cf1a8f23bb593419f238/packages/%40react-aria/menu/src/useMenuTrigger.ts#L106-L118 ``` let pressProps = { onPressStart(e) { // For consistency with native, open the menu...

I ran into same issue in Chrome and Firefox mobile emulation. Also in Native Android Chrome and Firefox. Fortunately, the workaround proposed by @veiico works. Here's the relevant code using...

Digging into this a bit more I noticed that the Select component works flawlessly in some configurations in the Storybook, but not in others. Working: * Styled * Controlled *...

Verified that this is also a bug on a real Android device through Browserstack. https://user-images.githubusercontent.com/36122/200770629-15705cfb-36c4-495a-bd42-86e8a87671cc.mov