Skip to content

Add Support to Busy Indicator #371

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

Closed
gustavokath opened this issue May 3, 2019 · 5 comments
Closed

Add Support to Busy Indicator #371

gustavokath opened this issue May 3, 2019 · 5 comments
Assignees

Comments

@gustavokath
Copy link
Contributor

Are there any plans to support the BusyIndicator? Like the current one sap.m.BusyIndicator so when something is loading we can show this to the user.

@vladitasev vladitasev self-assigned this May 3, 2019
@vladitasev
Copy link
Contributor

Hello,

We're currently evaluating this proposal internally and we'll get back to you a.s.a.p.

Regards,
Vladi

@fifoosid
Copy link
Contributor

Hi @gustavokath,

The Busy Indicator should be available in the next release.

Best Regards,
Filip

@gustavokath
Copy link
Contributor Author

@fifoosid Thanks 👍

@ignipae
Copy link
Contributor

ignipae commented Jun 5, 2019

Hi @fifoosid
Thanks for implementing the busy indicator functionality.
From within the samples I see that it can be placed somewhere, which is good.

Will it also work to place it "on top of" another control?
Like if I would like to make a list busy or such.

If this would be possible by placing it (a list or such) into the body of the busy indicator, this would be great.
And if this is already possible, maybe adding this into the samples would clarify this a lot also for others.

@MapTo0
Copy link
Member

MapTo0 commented Jun 6, 2019

Hey all,

We discussed the usage and the best proposal so far is the following:

<ui5-busyindicator size="Medium" active>
  <ui5-list>
    <ui5-li>Item 1</ui5-li>
    <ui5-li>Item 2</ui5-li>
    <ui5-li>Item 3</ui5-li>
  </ui5-list>
</ui5-busyindicator>

image

What do you think?

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

No branches or pull requests

5 participants