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

Text not wrapping in a field #1519

Open
1 of 2 tasks
Doodles42 opened this issue Jan 18, 2023 · 2 comments
Open
1 of 2 tasks

Text not wrapping in a field #1519

Doodles42 opened this issue Jan 18, 2023 · 2 comments

Comments

@Doodles42
Copy link

Environment

Please provide as many details as you can:

  • Hosting type
    • Form.io
    • Local deployment
      • Version:
        7.3.3 for the api server
        3.3.7 for the pdf server
  • Browser: Chrome
  • Browser version: 108.0.5359.126

Steps to Reproduce

  1. I have a form with a text field that is not wrapping an address onto the next line when a PDF is created. It just cuts the end of the address off on one line. I've tried using a text area and it is the same
  2. The text Area JSON is attached showing parameters, but I suspect that wouldn't affect PDF fields??
  3. Example of address cutting off postal code is below

image

Expected behavior - Address text wraps in a text area

Observed behavior - Address text doesn't wrap - it gets cut off

For code or form JSON, please enclose in a code block:

{
"input": true,
"tableView": true,
"style": {
"white-space": "wrap"
},
"overlay": {
"height": 21,
"page": 1,
"width": 636,
"left": 204,
"top": 213
},
"label": "Address",
"case": "mixed",
"defaultValue": "os.siteAddress",
"type": "textfield",
"key": "address",
"validate": {
"required": true
}
}

@Doodles42 Doodles42 added the bug label Jan 18, 2023
@Doodles42 Doodles42 changed the title [BUG] Text not wrapping in a field Jan 20, 2023
@brendanbond
Copy link
Contributor

Hey @Doodles42 thanks for filing this issue, although I believe it's likely a known issue that has been fixed in a more recent version of the software. Try in 8.0.1 / 5.0.1 and see if you have similar problems

@brendanbond brendanbond removed the bug label Apr 27, 2023
@olgabann
Copy link

olgabann commented Mar 6, 2024

@Doodles42 Have you tried to replicate the issue on the new versions? Please, let us know if you still encounter it on a new version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants