Is there any context as to why `BasicSecureTextFie...
# compose
a
Is there any context as to why
BasicSecureTextField
doesn't expose scroll state like
BasicTextField
does?
z
if there was i don't remember what it was 😅 can you file a FR too?
a
I can 🙂
For context, I'm trying to fade the scroll edges of text inputs to remove the harsh clipping
Screenshot_20250204-121414.png
Is there a specific component I should file under?
Android Public Tracker > App Development > Jetpack (androidx) > Jetpack Compose > UI Libraries > Foundation
I'm guessing?
👍 1
z
as long as it's something with compose they'll triage it for you
a
Sounds good, going to get to filing it
s
Can you use the method that exposes
state: TextFieldState
, then manipulate the scroll through its state? https://developer.android.com/reference/kotlin/androidx/compose/foundation/text/package-summary#BasicSecureTextField(and[…]uscationMode,kotlin.Char)
Ah my mistake,
TextFieldState
exposes the selection state, rather than the scroll state
a
Yeah, I was about to mention 😅
Would be great news for me otherwise lol