Hi guys
We have a problem about text field / text area.
I create a form variable (text type) and put it as dataprovider for 2 field, the first TEXT_FIELD, the other TEXT_AREA.
By a button I write in this form variable a text like this:
‘FIRST ROW\nSECOND ROW\nTHIRD ROW’.
If both TEXT_FIELD and TEXT_AREA are not editable the behavior is what we expect (img1); but if I flag both ‘editable’ property and then modify something in text in TEXT_FIELD it happens a strange thing: after the save is launch disappear ‘\n’ and in both field the string appears in a single row (img2).
Anyone has noted this possible bug?
Thank in advance
Luca
P.S.: if necessary I can send a ‘.servoy’ file which contains my test solution.