mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 08:23:23 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ Item {
|
|||
id: password
|
||||
text: manager.cloudPassword
|
||||
echoMode: TextInput.Password
|
||||
inputMethodHints: Qt.ImhEmailCharactersOnly
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
GridLayout {
|
||||
|
|
Loading…
Add table
Reference in a new issue