Hi Dojo,
I have an read/write parameter with lines. This is used in my case for a long url. First I thought it's not working because it's too long, but I did a test and if you add "http://" the lines are gone.
Value:
aaaaaaaaaabbbbbbbbbbaaaaaaaaaabbbbbbbbbbaaaaaaaaaabbbbbbbbbbaaaaaaaaaabbbbbbbbbbaaaaaaaaaabbbbbbbbbbaaaaaaaaaabbbbbbbbbb
string-lines-1.PNG
First one is working fine and now I use the same value just add "http://"
Value:
http://aaaaaaaaaabbbbbbbbbbaaaaaaaaaabbbbbbbbbbaaaaaaaaaabbbbbbbbbbaaaaaaaaaabbbbbbbbbbaaaaaaaaaabbbbbbbbbbaaaaaaaaaabbbbbbbbbb
string-lines-2.PNG
Is this a bug or is it not proposed for URL's?
Hi Stefan,
This is indeed by design.
Once this becomes an URL (by adding the http://) text wrapping isn't active anymore.
You can always request this a new feature, here on dojo !
Regards,
Robbe
Hi,
Maybe another option would be to allow something similar to markdown. For example:
[Link](https://www.skyline.be)
In that way you don’t need to display the long URL.
Hi Robbe, would be good to have an option to deactivate it. Because the URL is so long you can’t read it.