diff --git a/linphone-desktop/ui/modules/Common/Form/SearchBox.qml b/linphone-desktop/ui/modules/Common/Form/SearchBox.qml index 84aeedda0..76aae7a51 100644 --- a/linphone-desktop/ui/modules/Common/Form/SearchBox.qml +++ b/linphone-desktop/ui/modules/Common/Form/SearchBox.qml @@ -3,8 +3,6 @@ import QtQuick 2.7 import Common 1.0 import Utils 1.0 -// ============================================================================= -// Specific GNU/Linux version of `SearchBox` component. // ============================================================================= Item { @@ -141,7 +139,9 @@ Item { ScriptAction { script: { menu.close() + searchField.focus = false + searchField.text = '' searchBox.menuClosed() }