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-busyindicator): introduce active property and simplify usage #519

Merged
merged 5 commits into from
Jun 10, 2019

Conversation

MapTo0
Copy link
Member

@MapTo0 MapTo0 commented Jun 6, 2019

  • busy indicator is invisible by default
  • it can slot any content
  • active property enables its visibility

- busy indicator is invisible by default
- it can slot any content
- active property sets its visibility
@MapTo0
Copy link
Member Author

MapTo0 commented Jun 6, 2019

Fixes: #371

display: inline-block;
width: 100%;
height: 100%;
:host(ui5-busyindicator[active]) {
Copy link
Member

Choose a reason for hiding this comment

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

should we add the same for IE as well


<br/>
<br/>
<ui5-busyindicator size="Medium" active id="indicator2" hidden></ui5-busyindicator>
Copy link
Member

Choose a reason for hiding this comment

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

maybe we should remove the hidden and stick to active

ilhan007
ilhan007 previously approved these changes Jun 7, 2019
@MapTo0 MapTo0 merged commit ff59a98 into master Jun 10, 2019
@MapTo0 MapTo0 deleted the busy-indicator-simplify-usage branch June 10, 2019 10:30
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