We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Select component lacks APIs similar to those in ComboBox for setting the overlay width:
vaadin-combo-box
--vaadin-select-overlay-width
ComboBox
setOverlayWidth(String width)
No response
The text was updated successfully, but these errors were encountered:
Note, the default min-width is currently set to --vaadin-select-text-field-width and we should keep that as a fallback.
--vaadin-select-text-field-width
Sorry, something went wrong.
Related: #707 (the use case described there could be achieved by using --vaadin-select-overlay-width: auto).
--vaadin-select-overlay-width: auto
@web-padawan Can this be closed?
Yes, all related PRs have been merged. Closing as done.
web-padawan
No branches or pull requests
Describe your motivation
The Select component lacks APIs similar to those in ComboBox for setting the overlay width:
Describe the solution you'd like
vaadin-combo-box
:--vaadin-select-overlay-width
ComboBox
:setOverlayWidth(String width)
(see API for setting dropdown popup overlay width flow-components#2331)Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: