rob-balfre / svelte-select

Svelte Select. A select component for Svelte
https://svelte-select-examples.vercel.app
Other
1.25k stars 175 forks source link

Enter keypress within a form clearing the select rather than submitting #549

Closed christoomey closed 1 year ago

christoomey commented 1 year ago

Hello, first and foremost, thanks for the great project.

Unfortunately we're hitting what I believe to be a bug when using svelte-select in a <form> where hitting enter in any input will cause the svelte select clear logic to fire, rather than the expected result of submitting the form.

Reduced test case repl

rob-balfre commented 1 year ago

Fixed in 5.3.0

christoomey commented 1 year ago

Thanks for the fix!