Skip to content

Commit

Permalink
feat: update MultiSelect.svelte for Svelte5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dedo1911 authored Oct 20, 2024
1 parent 6addf54 commit 4761aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/MultiSelect.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@
{pattern}
placeholder={selected.length == 0 ? placeholder : null}
aria-invalid={invalid ? `true` : null}
ondrop="return false"
on:drop={() => false}
on:blur
on:change
on:click
Expand Down

0 comments on commit 4761aa6

Please sign in to comment.