tjinauyeung / svelte-forms-lib

📝. A lightweight library for managing forms in Svelte
https://svelte-forms-lib-sapper-docs.now.sh/
MIT License
604 stars 59 forks source link

fix(create-form.js): add return for onSubmit function in handleSubmit #153

Closed dlebech closed 2 years ago

dlebech commented 2 years ago

This commit fixes and issue where onSubmit runs silently in the background because of a missing return statement in handleSubmit.

fix #152

larrybotha commented 2 years ago

Thanks @dlebech, looks good!

tjinauyeung commented 2 years ago

:tada: This PR is included in version 2.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: