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

fix: close select overlay when clicking already selected item #7288

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

web-padawan
Copy link
Member

Description

Fixes #7286

The PR where the change was introduced contains some clarification: https://github.com/vaadin/web-components/pull/6256/files#r1276178338

However, it turns out that removal of this.opened = false was problematic as it resulted in the regression.

Type of change

  • Bugfix

@web-padawan web-padawan requested a review from vursen March 28, 2024 13:30
Copy link

sonarcloud bot commented Mar 28, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@web-padawan web-padawan merged commit d3f0ed0 into main Mar 28, 2024
9 checks passed
@web-padawan web-padawan deleted the fix/select-close-on-click branch March 28, 2024 13:46
web-padawan added a commit that referenced this pull request Mar 28, 2024
…#7290)

Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
@vaadin-bot
Copy link
Collaborator

This ticket/PR has been released with Vaadin 24.4.0.alpha20 and is also targeting the upcoming stable 24.4.0 version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Select overlay does not close when clicking the selected item
3 participants