Is it expected behaviour that textObfuscation on S...
# compose
d
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?
And if so, how can I access the actually typed text?
s
This doesn't sound right; can you share your usage?
h
No this is not the expected behaviour. TextFieldState should still have whatever the user types.
d
Looks like it's an iOS CMP bug. I'll create an issue for it.