Adding Enter/Return for sign up dialog in pw field

This commit is contained in:
Wayne Chen 2018-06-29 16:21:03 -07:00
parent 2c32dc1cf5
commit 99a64f31d7

View file

@ -164,6 +164,8 @@ Item {
root.text = ""; root.text = "";
root.isPassword = focus root.isPassword = focus
} }
Keys.onReturnPressed: signupBody.signup()
} }
Row { Row {