-
Notifications
You must be signed in to change notification settings - Fork 273
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-mcb-item): initial implementation #1254
Conversation
BREAKING CHANGE: ui5-multi-combobox no longer accepts ui5-li for items use ui5-multi-combobox-item instead.
import ComboBoxItem from "./ComboBoxItem.js"; | ||
|
||
class MultiComboBoxItem extends ComboBoxItem { | ||
static get metadata() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will the doc plugin be able to parse this correctly when you add help?
class MultiComboBoxItem extends ComboBoxItem { | ||
static get metadata() { | ||
return { | ||
tag: "ui5-multi-combobox-item", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ui5-mcb-item ?
- docs are added to item classes BREAKING CHANGE: Change the tag name from ui5-combobox-item to ui5-cb-item
|
||
/** | ||
* @class | ||
* The <code>ui5-cb-item</code> represents the item for a <code>ui5-combobox</code>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ui5-multi-combobox
BREAKING CHANGE: ui5-multi-combobox no longer accepts ui5-li for items. Use ui5-mcb-item instead.