QML-UI: mark email entry field as such
I hoped that this would show the "email keyboard" on Android that includes the '@' sign without having to switch layers but that didn't seem to work. I'll leave this here, anyway, as it seems like the right thing to do since this input field is indeed for an email address. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
091d099368
commit
703c3de880
@ -42,6 +42,7 @@ Item {
|
||||
id: password
|
||||
text: manager.cloudPassword
|
||||
echoMode: TextInput.Password
|
||||
inputMethodHints: Qt.ImhEmailCharactersOnly
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
GridLayout {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user