I want a fully secure text entry in one of my text fields.
I set isSecureTextEntry
to true
But when a user presses a key, the pressed character will pop up for the preview and I need to disable this.
Is there any way I can do that?
I know it can be turned off by the user in settings but I need to do that in code myself.