Skip to content

Conversation

manodnyab
Copy link
Contributor

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Description

Dropdowns were not closing when a selected option was reselected. Customers had to click multiple times outside the chat to close the dropdowns.
Setting menulist properties ensures that select dropdowns maintain their native operating system behavior.
This was causing a side effect of custom arrows and native arrows being rendered twice. So the custom arrows on select elements have been hidden. Removing them entirely results in text being truncated in the dropdown appearance.

Checklist

  • My code follows the code style of this project
  • I have added tests to cover my changes
  • A short description of the change has been added to the CHANGELOG if the change is customer-facing in the IDE.
  • I have added metrics for my changes (if required)

License

I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link

github-actions bot commented Jul 3, 2025

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@manodnyab manodnyab merged commit 5335ed8 into main Jul 3, 2025
14 of 16 checks passed
@manodnyab manodnyab deleted the manodnyb/updateStyleDropdown branch July 3, 2025 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants