Skip to content

Commit

Permalink
fixing issue in relationReferenceEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Jul 19, 2024
1 parent 3dda1f1 commit f383caa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/qml/form/editors/MMFormRelationReferenceEditor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ MMPrivateComponents.MMBaseSingleLineInput {
}

onButtonClicked: {
root.forceActiveFocus()
root.editorValueChanged( undefined, true )
close()
}
Expand Down

0 comments on commit f383caa

Please sign in to comment.