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(ui5-multi-combobox): support two column layout for items #2642

Merged
merged 1 commit into from
Jan 11, 2021

Conversation

ilhan007
Copy link
Member

@ilhan007 ilhan007 commented Jan 8, 2021

Enables two-column layout items in the MultiComboBox.

The MultiComboBoxItem already inherits the additionalText property from the ComboBoxItem, but never used it. The property is visible in the API reference and misleading users that can have two-column layout in the MultiComboBox as well.
The change just uses the property in the template and forwards it to the physically rendered list item.

FIXES: #2637

@ilhan007
Copy link
Member Author

ilhan007 commented Jan 8, 2021

Hello @SAP/ui5-webcomponents-topic-rl could you review this small change? Thanks in advance. BR, ilhan.

@ilhan007 ilhan007 merged commit 7742590 into master Jan 11, 2021
@ilhan007 ilhan007 deleted the mcb-two-column branch January 11, 2021 08:45
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.

Multi Combo box additional text is not visible
2 participants