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:
Dirk Hohndel 2015-12-05 06:27:06 -08:00
parent 091d099368
commit 703c3de880

View file

@ -42,6 +42,7 @@ Item {
id: password
text: manager.cloudPassword
echoMode: TextInput.Password
inputMethodHints: Qt.ImhEmailCharactersOnly
Layout.fillWidth: true
}
GridLayout {