Description
Describe the bug
<input type="text">
<button ontouchstart={(e) => e.preventDefault()}>click</button>
While the input has focus clicking the button on a touch device shouldn't take the focus away from the input . In svelte 4 it is working fine . I'm guessing under the hood passive: true is added .
Severity
annoyance