Relative Content

Tag Archive for javascriptreactjstypescriptmaterial-ui

Prevent Material UI ModalUnstyled from ‘closing’ backdrop

I am using Material UI ModalUnstyled
Currently, when the ‘showSpinner’ prop is true, a <Spinner /> overlays the modal content. The problem is: When the user clicks on the backdrop of the Modal, the backdrop closes… I do not want this to happen and I am not sure how to prevent this