Hello again :wave: I was wondering if Jewel's `Tex...
# jewel
k
Hello again 👋 I was wondering if Jewel's
TextArea
had options to add a trailing icon? Or do you have recommendations on how to add one?
s
There are no specs for icons in TextArea in the Int UI design system, not (as far as I know) any use cases in swing where that's implemented. As a result, there is no such thing in Jewel either
You can get some of the way there by implementing your own decoration and setting the TextArea to be undecorated, but I think it'll still not be great
👍 1
k
Sorry for the late response, I just saw this. But thank you so much for clarifying!