Skip to content

refactor(ui5-select): change default slot from list items to options #532

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

Merged
merged 9 commits into from
Jun 20, 2019

Conversation

MapTo0
Copy link
Member

@MapTo0 MapTo0 commented Jun 10, 2019

  • defines a new component ui5-option
  • removes Suggestions module

BREAKING CHANGE: ui5-li is not anymore supported as a slot for ui5-select. Use ui5-option instead.

- defines a new component ui5-option
- removes Suggestions module

BREAKING CHANGE: ui5-li is not anymore supported as a slot for ui5-select. Use ui5-option instead.
@MapTo0 MapTo0 requested review from vladitasev and ilhan007 June 10, 2019 13:05
@@ -90,7 +90,7 @@ <h2> Change event counter holder</h2>
}

suggestionItems.forEach(function(item) {
var li = document.createElement("ui5-li");
var li = document.createElement("ui5-option");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually this should stay as ui5-li, as this is ui5-input with suggestions

@vladitasev
Copy link
Contributor

Check the build please? So we can review

@vladitasev vladitasev merged commit 2e4486b into master Jun 20, 2019
@vladitasev vladitasev deleted the add-select-options branch June 20, 2019 08:39
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.

3 participants