Open ravi-hariharan opened 7 years ago
From the docs:
https://react-mdl.github.io/react-mdl/components/dialog/
This component uses dialog element, which is only supported by Chrome and Opera currently. For other browsers, you need to include a polyfill in your code.
I'm trying the one the suggested: https://github.com/GoogleChrome/dialog-polyfill
1)Install and use react-modal npm package https://github.com/reactjs/react-modal
It's working properly in firefox, chrome, ie, edge, safari
React-MdL Dialog is working Properly only in Chrome. but Not working in firefox and safari