Results 4 comments of Phillip Burch

Line breaks show up as the `\n` symbol like in a any other text string.

Yeah, this is a tough one for usability. I put together a quick and dirty hack. It can be extended to have heuristics around backspacing etc. ```ts q.on('text-change', (d, _,...

You could handle this with the css for the child component of the pane container. Set a min-width for it and set a `overflow-x: auto on the pane container, and...

+1 this is useful if you need to do something like convert a uuid to a sqid