WWW update
[ubi] / qml / ubi / components / DialogInput.qml
index d24d26e..790b24a 100644 (file)
@@ -15,6 +15,9 @@ DialogBox {
         input.text = "";
     }
 
+    onClosed: input.closeSoftwareInputPanel()
+    onCanceled: input.closeSoftwareInputPanel()
+
     Rectangle {
         id: box
         anchors.left: root.left; anchors.right: root.right