elsirion / webimint-rs

Experimental integration of `fedimint-client` with the Leptos web frontend framework
https://webimint.sirion.io/
MIT License
20 stars 10 forks source link

`SubmitForm` calls the submit function twice #17

Open elsirion opened 1 year ago

elsirion commented 1 year ago

If triggered by a submit button click the form is submitted twice, possibly because the button triggers on:submit and also has its own on:click impl.