New line character in <textarea> broken #3479
Labels
❗ p4-important
Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.
🐞 bug
Something isn't working
Version
3.0.7
Reproduction link
https://jsfiddle.net/ft1d0ump/
Steps to reproduce
Mount vue to target element:
let VueApp = {}
let vm = Vue.createApp(VueApp).mount('#form');
What is expected?
New line character in <textarea> renders correctly
What is actually happening?
New line character changes into "space"
The text was updated successfully, but these errors were encountered: