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

Clearable TagsInput does not show dropdown after clearing #6115

Closed
1 of 2 tasks
crabvk opened this issue Apr 22, 2024 · 1 comment
Closed
1 of 2 tasks

Clearable TagsInput does not show dropdown after clearing #6115

crabvk opened this issue Apr 22, 2024 · 1 comment
Labels
Fixed patch Completed issues that will be published with next patch (1.0.X)

Comments

@crabvk
Copy link

crabvk commented Apr 22, 2024

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.8.0

What package has an issue?

@mantine/core

What framework do you use?

Vite

In which browsers you can reproduce the issue?

All

Describe the bug

A simple TagsInput component with clearable prop. When I select some tags from the TagsInput dropdown and press the x (clear) button, TagsInput dropdown is hidden (expected to be visible). I click on the TagsInput input element - dropdown does not appear. And only if I click outside of the input and then back on input dropdown becomes visible.

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

https://stackblitz.com/~/github.com/crabvk/mantine-tagsinput-issue

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 May 10, 2024
@rtivital
Copy link
Member

Fixed in 7.9.2

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

Successfully merging a pull request may close this issue.

2 participants