Commit ea5e3849 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(ContactEdit): set correctly focus on username field when the `add button`...

fix(ContactEdit): set correctly focus on username field when the `add button` of the smart bar is clicked
parent d32f8ed4
...@@ -109,7 +109,7 @@ ColumnLayout { ...@@ -109,7 +109,7 @@ ColumnLayout {
onEditingFinished: Logic.setUsername(text) onEditingFinished: Logic.setUsername(text)
onReadOnlyChanged: { onReadOnlyChanged: {
if (!readOnly) { if (!readOnly) {
focus = true forceActiveFocus()
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment