jcbbb
Results
3
comments of
jcbbb
You can do something like this on your date input element: ```js let input = document.getElementById('date-input'); input.addEventListener('pointerdown', (e) => { if (e.currentTarget === e.target) { e.stopPropagation(); } }); ```
@emololftw https://github.com/emilkowalski/vaul/issues/391#issuecomment-2764709820
Same thing is happening for me, did you find a solution? I am also using KDE Plasma, maybe the issue with them?