Need to show busy indicator above modal dialog

Hello Team,

In our project we have a requirement to show a busy indicator on top of modal dialog.

What styles should be applied to achieve the use case?

Thanks
Raghu

Hello @raghu.kuchi,

these could be possible solutions:

  • showing the indicator within the modal dialog, e.g. if content is loaded upon user interaction within the dialog
  • using the loading state of the button, if processing takes time and the modal should stay open
  • replace the modal with a loading modal if applicable to your use case

Best, Felix

1 Like

Hello @felix.leist ,

Thanks for the information.

With the help of loading modal, i am able to show busy indicator above the modal.

But the loading modal should be positioned in the center of the window. Any API available?

Thanks
Raghu

@raghu.kuchi see documentation Modal | Siemens Industrial Experience