How do I disable text wrap in a TextField and inst...
# compose
m
How do I disable text wrap in a TextField and instead let it scroll with the caret/cursor? (similar to
overflow: scroll
in css)
z
SingleLine=true
m
But I still want to let users use multiple lines
z
So you want 2D scrolling? That’s not supported yet