Open dsRonald opened 7 years ago
Hi, I have this: buttons: [ { text: 'close', close: true, style: 'default pull-left hidden', id: 'close', click: close}, { text: 'dont close', close: false,style: 'default pull-left hidden', id: 'dontclose', click: dontClose} ],
When I click the "dont close" button, the modal is still being closed, I've tried with backdrop but doesn't work
Thanks
Hi, I have this: buttons: [ { text: 'close', close: true, style: 'default pull-left hidden', id: 'close', click: close}, { text: 'dont close', close: false,style: 'default pull-left hidden', id: 'dontclose', click: dontClose} ],
When I click the "dont close" button, the modal is still being closed, I've tried with backdrop but doesn't work
Thanks