question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use android:inputType=textVisiblePassword for tan input edittext

See original GitHub issue

Feature description

Currently, android:inputType=text is used for the tan input edittext. This has the consequence that the user’s soft keyboard shows suggestions and may save the TAN to a dictionary.

With android:inputType=textVisiblePassword, no suggestions are shown and the keyboard shouldn’t save it in its dictionary.

Problem and motivation

The autocompletion of the softkeyboard may alter the TAN the user has typed in.

Is this something you’re interested in working on

No

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:5
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
ironjancommented, May 31, 2020

@jakobmoellersap thanks for the input. The change was trivial enough (1 line) to risk that 😉

1reaction
ironjancommented, May 31, 2020

I’ll pick that up

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android EditText - Show/Hide Password - Tutorial Kart
Steps to show/hide password. EditText should be provided with attribute of android:inputType="textPassword" . Password can be shown or hidden using EditText ...
Read more >
android - Programmatically change input type of the EditText ...
And for surprise, when I change the orientation, it automatically sets the input type to PASSWORD and the text inside is bulleted (shown...
Read more >
Show/Hide Password in EditText in Android - Droid By Me
Here one edittext with input type = password and one checkbox. We have to manage show/hide password using this checkbox. Show Password: edtPassword....
Read more >
EditText Password with Show and Hide icon - YouTube
In this tutorial I show you how to add the toggle on the password EditText to give the option to hide and show...
Read more >
Specify the input method type - Android Developers
You should always declare the input method for your text fields by adding the android:inputType attribute to the <EditText> element. Figure 1.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found