<@U7TUBH6MS> You can use a read only TextField and...
# tornadofx
e
@Sergio Casero You can use a read only TextField and remove the border with css. That makes the text selectable 🙂
r
Really? Removing the border makes the text selectable? Is that a FX bug or by design? O_o
c
I think it was implied OP was using a
Text
or a
Label
. Switching to
TextField
brings the desired selection behavior, and removing its borders with CSS gives the desired appearance
r
oh, so do a
TextField
with disabled editing and no border? 🤦‍♂️
e
Yes, that's what I meant 🙂
Bad wording on my part 🙂