Copying multilineplaintext value

When copying a multilineplaintext field (sharepoint field) value to a text field (common control) the carriage return/line feeds are removed.

fd.field('txtDescription').value = fd.field('Description').value;    

Value Result
123 123456
456

Dear @EasyCom,
Unfortunately, we were not able to reproduce the issue. What version of SharePoint and of SharePoint Forms you're currently running? You can check the widget version in Sources tab of the browser's dev tools, please, expand them like this:
image

This is SharePoint Online.
The widget version is the same as above (1.1.0)

Dear @EasyCom,
How does the data appear in Description field? Is it copied from somewhere or typed in manually? If it's copied, have you tried manual input, are you getting the same result?