Is it expected behaviour that textObfuscation on SecureTextField changes the actual TextFieldState text value to have * (stars, or whatever other hidden characters) instead of the typed text?
Dovydas
02/14/2025, 9:22 PM
And if so, how can I access the actually typed text?
s
Skaldebane
02/14/2025, 10:19 PM
This doesn't sound right; can you share your usage?
h
Halil Ozercan
02/14/2025, 10:48 PM
No this is not the expected behaviour. TextFieldState should still have whatever the user types.
d
Dovydas
02/15/2025, 10:09 AM
Looks like it's an iOS CMP bug. I'll create an issue for it.