How to show cursor busy when a button is clicked which opens up a modal

I have a button in a dbc modal. When I click on it it shows me another modal on the top of this modal. Now, while the callback to open that modal is processing, I want the user to know that cursor is busy. dcc.loading doesn’t work in this case. Any suggestions?

Hi @ssingh80,

does this help?

1 Like