fix(StatusInput): forward focus to the input component

This commit is contained in:
Alex Jbanca 2023-03-23 11:53:16 +02:00 committed by Alex Jbanca
parent ad8ce70e09
commit f18ceff600
1 changed files with 5 additions and 0 deletions

View File

@ -377,6 +377,11 @@ Item {
validate()
}
onFocusChanged: {
if(focus)
statusBaseInput.forceActiveFocus()
}
ColumnLayout {
id: inputLayout
anchors.fill: parent