mantinedev / mantine

A fully featured React components library
https://mantine.dev
MIT License
26.96k stars 1.9k forks source link

Select input on drawer not working on safari browser #4990

Closed kitavidavis closed 1 year ago

kitavidavis commented 1 year ago

What package has an issue

@mantine/core

Describe the bug

I have a drawer that has various inputs. All of them works fine in browsers on windows. However, when the same site is running on a safari browser on mac, the select input appears to be frozen, and the user cannot select any item. Is there further configuration for mac users?

What version of @mantine/ packages do you have in package.json? (Note that all @mantine/ packages must have the same version in order to work correctly)

^6.0.17

If possible, please include a link to a codesandbox with the reproduced problem

No response

Do you know how to fix the issue

No

Are you willing to participate in fixing this issue and create a pull request with the fix

Yes

Possible fix

No response

rtivital commented 1 year ago

Have you tried isolating the issue?

rtivital commented 1 year ago

You are welcome to reopen the issue if you can provide further information.

dezguell commented 1 month ago

I'm experiencing the same issue. I have a select component inside a Drawer that does not show the options. I have other selects components outside that are working fine! I'm using a NativeSelect that is working fine. But I need more features for these elements that are supported in the Select component, then I need to fix this issue!

rtivital commented 1 month ago

Make sure that your select dropdown has high enough z-index