Hello Webix team,
https://snippet.webix.com/1j8t7pi7
If I am not clicking on cancel icon still it deletes my file. I am facing this issue if I try to click the space somewhat near to cancel icon.
Thanks
Hello Webix team,
https://snippet.webix.com/1j8t7pi7
If I am not clicking on cancel icon still it deletes my file. I am facing this issue if I try to click the space somewhat near to cancel icon.
Thanks
try this
cancel_icon:function(e, id){
webix.confirm({
text:'Do you want to delete',
callback: result => result && $$(this.config.uploader).files.remove(id)
})
return false;
}
Hi Integral,
https://snippet.webix.com/dj3zkm8p
Instead of clicking on cancel icon try to click on red background appearing outer side of the icon still file gets delete.
try to use “webix_remove_upload” instead of “cancel_icon”