I have strings containing passwords that contain special characters that are splitting up across multiple lines when being displayed in multiline input elements in a RG.
Assume it’s because of particular special characters that cause the line break (like in the examples above) showing the break after the ? symbol. Is there a way to keep this from happening so that the string flows to the end of the line before it continues on the next line?
I thought about running an HTML file on the multiline but not sure how to code it. And I tried some of the various attributes in my initial content line (Current Cell’s text).
You have to make width of container flexible ( not fixed ) to stretch and fit content from layout if you use bubble element or from html code if you use html element .
the multiline stretches vertically when the string is longer than the width. And it provides enough space for the content to fit in vertically But the text still separates. I notice is only does it with content that has special characters in it. Not when there is numbers or alpha characters. And as the image shows below - not for all special characters.
works but doesn’t work. it will allow the textbox to fill each line. but it screws up the layout by pushing everything to the right and jumbled up in the row.
I even tried adding a group for both elements in the row to try to preserve the layout while getting rid of the max width value. And that didn’t work either.