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

feat: add ComboBox.setOverlayWidth() and MultiSelectComboBox.setOverlayWidth() #5743

Merged
merged 7 commits into from
Jan 15, 2024

Conversation

mvysny
Copy link
Member

@mvysny mvysny commented Nov 21, 2023

Description

Add ComboBox.setOverlayWidth() and MultiSelectComboBox.setOverlayWidth() which allow to control the dropdown width from server-side Java code.

Fixes #2331

Type of change

  • Bugfix
  • Feature

Checklist

  • I have read the contribution guide: https://vaadin.com/docs/latest/contributing/overview
  • I have added a description following the guideline.
  • The issue is created in the corresponding repository and I have referenced it.
  • I have added tests to ensure my change is effective and works as intended.
  • New and existing tests are passing locally with my change.
  • I have performed self-review and corrected misspellings.
  • I have not completed some of the steps above and my pull request can be closed immediately.

Additional for Feature type of change

  • Enhancement / new feature was discussed in a corresponding GitHub issue and Acceptance Criteria were created.

@sissbruecker sissbruecker removed their request for review November 23, 2023 13:27
Copy link

sonarcloud bot commented Nov 28, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@yuriy-fix
Copy link
Contributor

We will proceed with the PR after branching out for new minor. (~ couple of weeks)

@vursen vursen changed the title feat: add ComboBox.setDropdownWidth() and MultiSelectComboBox.setDropdownWidth() [24.4] feat: add ComboBox.setDropdownWidth() and MultiSelectComboBox.setDropdownWidth() Dec 12, 2023
@vursen vursen changed the title [24.4] feat: add ComboBox.setDropdownWidth() and MultiSelectComboBox.setDropdownWidth() feat: add ComboBox.setDropdownWidth() and MultiSelectComboBox.setDropdownWidth() (24.4) Dec 12, 2023
# Conflicts:
#	vaadin-combo-box-flow-parent/vaadin-combo-box-flow/src/test/java/com/vaadin/flow/component/combobox/MultiSelectComboBoxTest.java
@sissbruecker sissbruecker changed the title feat: add ComboBox.setDropdownWidth() and MultiSelectComboBox.setDropdownWidth() (24.4) feat: add ComboBox.setOverlayWidth() and MultiSelectComboBox.setOverlayWidth() Jan 15, 2024
@sissbruecker sissbruecker enabled auto-merge (squash) January 15, 2024 13:52
Copy link

sonarcloud bot commented Jan 15, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

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

See analysis details on SonarCloud

@sissbruecker sissbruecker merged commit a337f0f into main Jan 15, 2024
5 checks passed
@sissbruecker sissbruecker deleted the feat/2331 branch January 15, 2024 14:03
@vaadin-bot
Copy link
Collaborator

This ticket/PR has been released with Vaadin 24.4.0.alpha2 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.

API for setting dropdown popup overlay width
4 participants