Hi guys
I'm using the Play Crud module to edit a db table directly.
One of the db fields is used to store text field row separators, typically CRLF.
How can I preserve the white space characters (CRLF) during form submission, so the field is updated and read correctly?
If I override the crud form field an turn it into a textarea, I can for example hit the enter key in the textarea - saving the form persists a CRLF to the DB.
When I edit the record again though (even with .raw()) - it loses the CRLF.