trevorbee55

TextArea field does not do word wrap

0 votes
I am using a text area field in my document - however i cannot get it to automatically word wrap.. here is a snippet of the code .withField(FieldBuilder.textArea() .withId(new FieldId("signerComments")) .withStyle(FieldStyle.TEXT_AREA) .withPositionAnchor(TextAnchorBuilder.newTextAnchor("") .atPosition(TextAnchorPosition.BOTTOMRIGHT) .withSize(550, 150) ) //anchor ) //field

Reply to: TextArea field does not do word wrap

0 votes
Hi, Unfortunately, text areas and text fields do not word wrap. What I can suggest is to restrict the character limit for your text area fields to prevent undesired results.
Haris Haidary OneSpan Technical Consultant

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off