daisyui
daisyui copied to clipboard
bug: showModal using onKeyDown Enter not working
What version of daisyUI are you using?
^4.8.0
Which browsers are you seeing the problem on?
Chrome
Reproduction URL
Describe your issue
document.getElementById("deletePurcaseOrder").showModal();
not working using on key down Enter, but if i using an-other key its work
Thank you @Drian-key
for reporting issues. It helps daisyUI a lot ๐
I'll be working on issues one by one. I will help with this one as soon as a I
find a solution.
In the meantime providing more details and reproduction links would be
helpful.
daisyUI is just the CSS. We're simply using the HTML <dialog> element:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog