Android Question Password input

Paulsche

Well-Known Member
Licensed User
Longtime User
I am using a EditText for password input,
Unfortunately, the password is stored as a word from the keyboard
and appears as a proposal for an entry that I want to prevent
is that possible?
 

somed3v3loper

Well-Known Member
Licensed User
Longtime User
I don't think I understood you but this will make EditText1 a pasword field

B4X:
EditText1.PasswordMode=true
 
Upvote 0

Paulsche

Well-Known Member
Licensed User
Longtime User
Thank you, I've set.
The password is nevertheless
added to the list of memorized words.
 
Upvote 0

Paulsche

Well-Known Member
Licensed User
Longtime User
I do not want that the password is stored in the list of suggested words.
 
Upvote 0
Top