Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMulti-line input for Notes #334
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Expected Behavior
Using a line break or new line entry (shift-return or return) carries over to the invoice preview and generated PDF as displayed in the invoice creation view.
Current Behavior
Entering information on multiple lines shows as expected when filling out the invoice, but truncates into a single line in the preview and PDF.
Possible Solution
To be perfectly honest, I haven't looked through the source yet, as I used the installer. But it seems like the line reader is ignoring new line characters, or formatting the text in some way.
Steps to Reproduce (for bugs)
Context
I am attempting to add thank-you notes, as well as provide promotional or additional information, and having line breaks would ensure that the information is consumed as being unrelated, as well as appearing more professional.
Your Environment