-
Notifications
You must be signed in to change notification settings - Fork 479
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
Input Text Removes \n from the string #811
Comments
@aredridel @caolan @zzen @kmiyashiro Any one can help on this? |
@vishal-shukla-viitorcloud Please don't ping random people just to get attention. |
Hi |
has this been resolve if not can i contribute |
Thanks for reaching out, Its not resolved yet. You can support here. Currently it has less priority now but yes we need solution. |
Hi,
We are using dust.js
What we are doing?
Problem
When we write
<input type="text" value="This is the \n test box \n testing" />
thenWhen we use dynamic value from object {name: "This is the \n test box \n testing"}
and use like
<input type="text" value="{name}" />
thenPlease help asap.
The text was updated successfully, but these errors were encountered: