QML UI: autocomplete objects should lose focus on selection

When the user makes a selection using the autocomplete function while editing a dive the keyboard should close and the selection list should disappear.

Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
This commit is contained in:
Joakim Bygdell 2017-07-31 15:55:30 +02:00 committed by Dirk Hohndel
parent 9e9e06aed6
commit 97f1dc0b01
2 changed files with 6 additions and 1 deletions

View file

@ -156,6 +156,7 @@ Item {
Kirigami.Label {
Layout.alignment: Qt.AlignRight
text: qsTr("Air Temp:")
font.pointSize: subsurfaceTheme.smallPointSize
}
TextField {
id: txtAirTemp