Replies: 3 comments
-
I've made major changes to that area. I'm happy to discuss if that's still an issue |
Beta Was this translation helpful? Give feedback.
-
I was able to get a STTextView (inside a scroll view) working as a growing text field, but I ran into 1 main issue: When you delete the last line, the size doesn't shrink back down. If you delete the last line again, it will shrink down, but still have the extra line height. This seems to be an issue with |
Beta Was this translation helpful? Give feedback.
-
try 0.9.2, and in addition check values |
Beta Was this translation helpful? Give feedback.
-
STTextView's
widthTracksTextView
andheightTracksTextView
works nicely when the size of textView needs to increase to fit its content. However, when deleting content, the size of the textView does not shrink to fit the content. See attached video.Screen.Recording.2023-10-05.at.12.13.08.mov
This can be reproduced with the following code on macOS 13.5.2 using Xcode 15.0 and STTextView 0.8.15:
Beta Was this translation helpful? Give feedback.
All reactions