Adding placeholder text

This commit is contained in:
Alexia Mandeville 2018-09-05 14:55:12 -07:00
parent dc02ff66f5
commit dcf2e00bd7

View file

@ -124,6 +124,7 @@ Item {
width: parent.width
focus: true
label: "Username or Email"
placeholderText: "Username or Email"
activeFocusOnPress: true
ShortcutText {
@ -151,8 +152,8 @@ Item {
TextField {
id: passwordField
width: parent.width
label: "Password"
placeholderText: "Password"
echoMode: showPassword.checked ? TextInput.Normal : TextInput.Password
activeFocusOnPress: true