mirror of https://github.com/sveltejs/svelte
fix: properly apply static textarea value attribute during CSR (#18727)
Fixes #18574 Simpler alternative to #18627 - we just special-case this in the "should this be treated as a dynamic attribute" branches so `$.set_value(...)` is always generated. Given how edge-case-y this is (why would you not just write it into the body of the textarea?) this is fine.pull/18587/merge
parent
05b69164d1
commit
edbe11ebc9
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: properly apply static textarea value attribute during CSR
|
||||
Loading…
Reference in new issue