You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use remote modal dialogs, right now there is no native way for me to inform user that his content is loading. On slow connections this could be frustrating.
I know that there are ways to work around this, but why not have a better solution right out of the box?
For example, you could be adding .modal-loading class to the modal element when content is loading, so that I can style it with css.
Hello,
If I use remote modal dialogs, right now there is no native way for me to inform user that his content is loading. On slow connections this could be frustrating.
I know that there are ways to work around this, but why not have a better solution right out of the box?
For example, you could be adding .modal-loading class to the modal element when content is loading, so that I can style it with css.
modal.js, line 32:
Adding events may also be a nice solution.
The text was updated successfully, but these errors were encountered: