Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select does not close Dropdown on clicking outside #7000

Closed
1 of 2 tasks
kvndrsslr opened this issue Oct 21, 2024 · 3 comments
Closed
1 of 2 tasks

Select does not close Dropdown on clicking outside #7000

kvndrsslr opened this issue Oct 21, 2024 · 3 comments
Labels
Fixed patch Completed issues that will be published with next patch (1.0.X)

Comments

@kvndrsslr
Copy link

Dependencies check up

  • I have verified that I use latest version of all @mantine/* packages

What version of @mantine/* packages do you have in package.json?

7.13.3

What package has an issue?

@mantine/core

What framework do you use?

Vite

In which browsers you can reproduce the issue?

Not applicable – issue is not related to the browser

Describe the bug

Upon clicking outside of the Select Component or its Dropdown area, the Dropdown area stays opened. This can be observed on the official docs site as well: https://mantine.dev/core/select/

In 7.13.2 clicking outside closed the Dropdown and I found no information in the releases page that this change was intentional.

If possible, include a link to a codesandbox with a minimal reproduction

No response

Possible fix

No response

Self-service

  • I would be willing to implement a fix for this issue
@rtivital rtivital added the Fixed patch Completed issues that will be published with next patch (1.0.X) label Oct 21, 2024
@DreierF
Copy link

DreierF commented Oct 21, 2024

Might this be caused by bb19ad7#r148160464 ?

A similar issue is that controlled popups no longer close on pressing ESC.

Reproduction: https://codesandbox.io/p/sandbox/dh3ddv

@rcapulsuhay
Copy link

this happen to me after updating to 7.13.3, i just have to roll back to 7.13.2 to fix the issue for now.

@rtivital
Copy link
Member

Fixed in 7.13.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed patch Completed issues that will be published with next patch (1.0.X)
Projects
None yet
Development

No branches or pull requests

4 participants