Skip to content
Snippets Groups Projects
Commit 266aae54 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

wizard: fix focus on username

Change-Id: Ic925c96106d6c30eb8268af652b367029c5b7e70
GitLab: #1013
parent 251d8d81
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ Rectangle {
root.isRendezVous = isRdv
createAccountStack.currentIndex = 0
clearAllTextFields()
usernameEdit.forceActiveFocus()
}
function clearAllTextFields() {
......@@ -139,7 +140,6 @@ Rectangle {
JamiStrings.chooseUsername
staticText: ""
editMode: true
focus: visible
KeyNavigation.tab: chooseUsernameButton
KeyNavigation.up: backButton
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment