We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Congrats. The library works very well on macOS/Chrome.
Now I am trying to print a div which contains a textarea with soft line breaks, like this:
HTML (using vue and quasar)
<q-input dense borderless autogrow class="text-body2 bg-grey-1" style="width:280px; text-align: left" type="texture" v-model="address"> </q-input>
JAVASCRIPT this.address = firstLine + '\n' + cliente['società'] + '\n' + indirizzo;
this.address = firstLine + '\n' + cliente['società'] + '\n' + indirizzo;
I have tried with '', '\r\n', and '\r'. In all 3 cases I get no line breaks.
ON SCREEN IT LOOKS LIKE THIS
ON "PAPER" IT LOOKS LIKE THIS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Congrats. The library works very well on macOS/Chrome.
Now I am trying to print a div which contains a textarea with soft line breaks, like this:
HTML (using vue and quasar)
JAVASCRIPT
this.address = firstLine + '\n' + cliente['società'] + '\n' + indirizzo;
I have tried with '
', '\r\n', and '\r'. In all 3 cases I get no line breaks.
ON SCREEN IT LOOKS LIKE THIS
ON "PAPER" IT LOOKS LIKE THIS
The text was updated successfully, but these errors were encountered: