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

docs(playground): fix typo #2

Merged
merged 1 commit into from
Feb 11, 2019
Merged

docs(playground): fix typo #2

merged 1 commit into from
Feb 11, 2019

Conversation

MapTo0
Copy link
Member

@MapTo0 MapTo0 commented Feb 11, 2019

No description provided.

@CLAassistant
Copy link

CLAassistant commented Feb 11, 2019

CLA assistant check
All committers have signed the CLA.

@adrian-bobev adrian-bobev self-assigned this Feb 11, 2019
@MapTo0 MapTo0 merged commit 8850ea8 into master Feb 11, 2019
@MapTo0 MapTo0 deleted the typo-fix branch February 11, 2019 17:30
ilhan007 added a commit that referenced this pull request Aug 5, 2019
ilhan007 added a commit that referenced this pull request Aug 12, 2019
ilhan007 added a commit that referenced this pull request Jun 9, 2021
Introduce a dedicated component SuggestionGroupItem to split the suggestions into groups. Previously the app developers had to use the standard SuggestionItem and set its "group" property. But, as the group item do not have most of the interactive features, we decided to introduce dedicated component for the purpose. Related to: #3107

BREAKING_CHANGE: The "group" property of the SuggestionItem is removed, use the SuggestionGroupItem component to create grouping as follows:

```html
<ui5-input show-suggestions>
  <ui5-suggestion-group-item text="Group #1"></ui5-suggestion-group-item>
  <ui5-suggestion-item text="Item #1"></ui5-suggestion-item>
  <ui5-suggestion-item text="Item #2"></ui5-suggestion-item>
</ui5-input>
```
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