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

fix(ui5-combobox): enhance storybook samples #7469

Merged
merged 3 commits into from
Sep 1, 2023

Conversation

niyap
Copy link
Contributor

@niyap niyap commented Aug 22, 2023

Related to: #7284
JIRA: BGSOFUIRILA-3683

placeholder: "ComboBox with grouping of suggestions",
export const Grouping = Template.bind({});
Grouping.args = {
placeholder: "Grouping of suggestions",
Copy link
Member

Choose a reason for hiding this comment

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

I am not sure if suggestions is the right word here. ComboBox provides list of Options (Items technically).

<ui5-cb-item text="Kazakhstan"></ui5-cb-item>
<ui5-cb-item text="The United Kingdom of Great Britain and Northern Ireland"></ui5-cb-item>
<ui5-cb-item text="United Kingdom"></ui5-cb-item>
Copy link
Member

Choose a reason for hiding this comment

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

can we change it to something not existing above such as Dryanovo or Yablanitsa?

@niyap niyap merged commit 0f54160 into main Sep 1, 2023
6 checks passed
@niyap niyap deleted the comboboxstorybooksamplesupdate branch September 1, 2023 07:54
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.

2 participants