Is there any way to use `TextField` with `singleLi...
# compose
c
Is there any way to use
TextField
with
singleLine = true
and then change the scroll position of the text if it's too long? What I'm trying to do is manually scroll the `TextField`'s text value to 0 position when a user searches a previous search term. I looked into CoreTextField's impl and I do see
TextFieldScrollerPosition
but that's all in internal and I don't see anyway to access it. So I'm not sure if this is possible at the moment?