Thorsten Schau
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 &&...
### 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...