Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New line character in <textarea> broken #3479

Closed
chou-tyskei opened this issue Mar 25, 2021 · 0 comments · Fixed by #3482
Closed

New line character in <textarea> broken #3479

chou-tyskei opened this issue Mar 25, 2021 · 0 comments · Fixed by #3482
Labels
❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. 🐞 bug Something isn't working

Comments

@chou-tyskei
Copy link

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"

@HcySunYang HcySunYang added the 🐞 bug Something isn't working label Mar 25, 2021
@HcySunYang HcySunYang added the ❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. label Mar 25, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Oct 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. 🐞 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants