fix(StatusInput): forward focus to the input component
This commit is contained in:
parent
ad8ce70e09
commit
f18ceff600
|
@ -377,6 +377,11 @@ Item {
|
|||
validate()
|
||||
}
|
||||
|
||||
onFocusChanged: {
|
||||
if(focus)
|
||||
statusBaseInput.forceActiveFocus()
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
id: inputLayout
|
||||
anchors.fill: parent
|
||||
|
|
Loading…
Reference in New Issue