The new Jewel upgrade includes a new Text Area with a state included. Before, I had this wrapped in a Row and added the modifier
height(IntrinsicSize.Min)
. After transitioning, it seems like this modifier can't apply anymore. Do you have any tips?
s
seb
09/23/2024, 6:30 PM
I suspect it's because there is a scrollbar now. You can try setting the scrollbar style to null and seeing if that helps
✅ 1
k
Kate Liu
09/23/2024, 6:34 PM
I will try that, thanks!
Kate Liu
09/24/2024, 7:46 PM
Another addition because of the TextArea update is that my cursor and placeholder text are not really aligned. I am trying to play around with padding but not sure if there's an easier way to do this or if I'm missing something? Thank you 🙏
s
seb
09/24/2024, 9:20 PM
That doesn't seem misaligned to me... The bug if anything is that the placeholder should be drawn behind the cursor and not in front
👍 1
k
Kate Liu
09/24/2024, 11:03 PM
Ah makes sense, I will look into this more. Thank you so much!