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
I would like to add an icon to the Multi-Select-ComboBox to make it easier to distinguish between several boxes
Please also add the ability to set a prefix as in the normal combo box
https://vaadin.com/docs/latest/components/combo-box#prefix
I think that is the best option
No response
The text was updated successfully, but these errors were encountered:
Please note that in vaadin-multi-select-combo-box, the prefix slot is used to render chips:
vaadin-multi-select-combo-box
web-components/packages/multi-select-combo-box/src/vaadin-multi-select-combo-box.js
Lines 196 to 199 in 68a5c78
In theory we could still expose it, but the question is: does it need to be before or after chips?
Sorry, something went wrong.
I think it is better if it is before chips
Can we expect prefix component in the future?
No branches or pull requests
Describe your motivation
I would like to add an icon to the Multi-Select-ComboBox to make it easier to distinguish between several boxes
Describe the solution you'd like
Please also add the ability to set a prefix as in the normal combo box
https://vaadin.com/docs/latest/components/combo-box#prefix
Describe alternatives you've considered
I think that is the best option
Additional context
No response
The text was updated successfully, but these errors were encountered: