mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-22 12:27:29 +01:00
3eef1cb8cf
* feat: take form resets into account for two way bindings 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 #2659 * slightly different approach * tweaks, test * this is a breaking change, strictly speaking * bind:files * use capture phase * tweak wording * use promise, explain
82 B
82 B
svelte |
---|
patch |
feat: take form resets into account for two way bindings