Text wrap in form field in PDF

I have a form text box that I fill with data and then export to a PDF. The generated PDF is wrapping text mid-word, but I need the text wrap to break on whitespace only. Is there a design/setting for that, or is it a bug?

Here is the text that I’m inserting:

IT IS HEREBY UNDERSTOOD AND AGREED THAT THE CONTRACT TO WHICH THIS FORM IS PART HAS BEEN CANCELLED AND IS NO LONGER IN EFFECT AS OF 12:01AM 01/01/2018

The date is wrapping mid-date, when in reality I need it to wrap at the space beforehand.

Remove the spaces in the date. Then after AM Insert → Formatting Mark → Non-breaking space

Yes, the space character is explicitly allowed to wrap by Unicode character classification. Non-breaking space is designed for use in places where one needs to visually separate parts of what must stay together.

A handy way to insert non-breaking space is Ctrl+Shift+Space.

The problem is not with the space between the time and the date. The date itself is wrapping, like such: “11/” and “01/2018”. It shouldn’t break on the slash.

As per UAX #14: Unicode Line Breaking Algorithm, the solidus is a symbol that prevents a break before, and allows a break after, except in front of digits. So yes, you possibly should file a bug report - but I’m not sure which problem is that (you could post a sample file somewhere, and post a link here to see the problem, and if that’s LO that breaks, then it’s LO problem).