material design - Close programmatically an overlay MUI CSS -
how close overlay created mui css ?
for now, see :
mui.overlay('off', modalel);
but looks ugly since modalel has global reachable in function that'll trigger closing of overlay
had same issue, yes way go declare modal global in view, using hide modal
mui.overlay('off', modalel)
using display modal
mui.overlay('on', modalel);
Comments
Post a Comment