Hi guys,
I have a problem.
On server (backendless) I store some settings of my android app.
It is object with fields. Some of them contains new line symbol: “UltLbPhI1PI=\n”
But I can’t paste all string to my object. It’s trims string to “UltLbPhI1PI=”
Now my app crashes many times (((
How to fix it?
I want be able to store strings like on screenshot
It was added to the roadmap and assigned to a developer. Since it is not a high-priority item, it will be dealt with in the due course. If you have a workaround in mind, I recommend using it and not waiting for the fix.
I’ve run into the same problem. My custom table has a TEXT field that needs to store text containing new lines. No matter how I enter text into the console (copy/paste, upload from a csv) the new lines are removed.
Note that the data I imported from Parse retains it’s line breaks. That is, until I inspect and re-save it in Backendless. At that point the line breaks are stripped out.
Any idea when this will be fixed, or have I missed something about how to enter new lines? Seems like a fairly core feature of being able to store text. Would expect using ctrl-enter or something similar would allow me to enter a line break in the text i’m entering.
I’ve noticed that you’ve implemented a multiline editor for the STRING data type but not for the TEXT data type.
Would be awesome if the multiline editor could be rolled out to the TEXT data type too. Feels like TEXT would benefit largely from the ability to add line breaks (given that STRING is limited to 500 characters and TEXT is ‘unlimited’ characters, and is therefore more likely to need line breaks) - also a feature that I need too