mirror of https://github.com/sveltejs/svelte
When resetting a form, the value of the inputs within it get out of sync with the bound value of those inputs. This PR introduces a reset listener on the parent form to reset the value in that case closes #2659pull/10617/head
parent
fc6666bc56
commit
2e98ba8c9c
@ -0,0 +1,5 @@
|
||||
---
|
||||
"svelte": patch
|
||||
---
|
||||
|
||||
feat: take form resets into account for two way bindings
|
||||
Loading…
Reference in new issue