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

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -