Thorsten Schau

Results 3 issues of Thorsten Schau

Hi, May i suggest you add a version number to the top comment part of your script. This way it is easier for users to see whether there's anything that...

Hi, the Dropdown.svelte is throwing a warning: `A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event. (227:6)` `225: {#if inputValue &&...

enhancement

### Describe the bug Consider this code: ``` Your Email {#if validating} Search {:else} Search {/if} ``` This causes the input field to not be rendered: Where if there is...