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

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -