It's now working eacape false on drawel.
const drawer = new KTDrawer(document.querySelector("#BillDrawer"), {
activate: true,
escape: false,
overlay: true,
permanent:true,
width: {
default: "100%",
"md": "80%"
}
});
drawer.show(); I used above code.
When i press esc key, it's closed.
Is there any way??
Thanks you.
Replies (1)
Hi,
We will fix this issue in the next update. In the meantime can you please try to apply this via HTML attributes data-kt-drawer-escape="false" to the drawer.
Regards.