mirror of https://github.com/sveltejs/svelte
fix: avoid assigning input.value if the value is the same to fix `minlength` (#13574)
* fix: avoid assigning input.value if the value is the same to fix `minlength` * chore: changesetpull/13545/head
parent
7e6d93d1c3
commit
eafddf4358
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: avoid assigning input.value if the value is the same to fix `minlength`
|
Loading…
Reference in new issue