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

feat(ui5-shellbar): API improvements #421

Merged
merged 2 commits into from
May 22, 2019
Merged

Conversation

MapTo0
Copy link
Member

@MapTo0 MapTo0 commented May 21, 2019

  • adds a targetRef parameter to press event of shellbar-item
  • adds a support for preventDefault() of press event of shellbar-item
  • provides a public method #closeOverflow to the shellbar component

FIXES: #419

- adds a targetRef parameter to press event of shellbar-item
- adds a support for preventDefault() of press event of shellbar-item
- provides a public method #closeOverflow to the shellbar component

FIXES: #419
@@ -158,6 +158,13 @@
</ui5-list>
</ui5-popover>

<ui5-popover id="custom-item-popover" hide-header placement-type="Bottom">
<ui5-list separators="None">
<ui5-li id="custom-item-1" type="Active">Custom Popover Item 1</ui5-li>
Copy link
Member

Choose a reason for hiding this comment

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

type="Active" is by default,

@MapTo0 MapTo0 merged commit e0ff36d into master May 22, 2019
@MapTo0 MapTo0 deleted the shellbar-item-press-parameter branch May 28, 2019 16:04
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.

ShellbarItem Popover position wrong
2 participants