mirror of https://github.com/sveltejs/svelte
fix: Added the "off" value to the TS definition for textarea's wrap attribute (#17326)
* fix: Added the "off" value to the TS definition for textarea's wrap attribute. https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/textarea#wrap * changeset --------- Co-authored-by: Anonymous <anon@inter.net> Co-authored-by: Rich Harris <hello@rich-harris.dev>pull/17328/head
parent
123fab2731
commit
6ae3e908a1
@ -0,0 +1,5 @@
|
||||
---
|
||||
"svelte": patch
|
||||
---
|
||||
|
||||
fix: Add `<textarea wrap="off">` as a valid attribute value
|
||||
Loading…
Reference in new issue