-
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
[UI5 Web Components 2.0] Changes suggestion list [Topic RL] #7890
Comments
Internal BLI is created: BGSOFUIRILA-3769 |
ComponentsCombo Box
Changes agreed:
Input
Changes agreed:
Multi Combo Box
Changes agreed:
Panel
Changes agreed:
Wizard
Changes agreed:
Page
Changes agreed:
Elements
Changes agreed:
Token
Changes agreed:
WizardStep
General Issues
|
Related to: #4460 |
External Feedback ui5-combobox (& ui5-multi-combobox):
Changes agreed
ui5-panel:
=> no action required ui5-text-area:
Changes agreed ui5-table Changes agreed cross components
Changes agreed
cross components
|
BREAKING CHANGE: remove `type`, `description`, `icon`, `iconEnd`, `image` from `ui5-suggestion-item` and introduce `ui5-suggestion-item-custom` `ui5-suggestion-item`: - `type` property is removed, use `ui5-suggestion-item-custom` instead. - `description` property is removed, use `ui5-suggestion-item-custom` instead. - `icon` property is removed, use `ui5-suggestion-item-custom` instead. - `iconEnd` property is removed, use `ui5-suggestion-item-custom` instead. - `image` property is removed, use `ui5-suggestion-item-custom` instead. `ui5-suggestion-group-item`: - renamed to `ui5-suggestion-item-group` - `text` is removed, use `headerText` instead `ui5-suggestion-item-custom`: - custom suggestion item with open content similar to `ui5-li-custom` - to be used for custom scenarios - to highlight custom items use `@ui5/webcomponents-base/dist/util/generateHighlightedMarkup.js` All suggestion items are now physical items and can be overstyled. Grouping now works with via nesting: e.g. ```js <ui5-input show-suggestions> <ui5-suggestion-item-group header-text="Group 1"> <ui5-suggestion-item text="Group Item 1"></ui5-suggestion-item> </ui5-suggestion-item-group> </ui5-input> ``` Related to #8461, #7890
Issue Description
The goal is to gather a list with breaking changes that you are willing to do to improve/simplify the components API.
There is already this issue #4460 with changes we already identified, so first take a look of it - it could be that some of your suggestions are already proposed.
The text was updated successfully, but these errors were encountered: