From 3eae630cfe8a4eb36b4d5235913204e5ec7278eb Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Sat, 12 Jun 2021 20:43:35 +0200 Subject: [PATCH] History: collapse "Sort & Filter" when user types --- pages/History.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/History.qml b/pages/History.qml index 8711aca7..a1866db1 100644 --- a/pages/History.qml +++ b/pages/History.qml @@ -160,6 +160,9 @@ Rectangle { placeholderFontSize: 15 inputHeight: 34 onTextUpdated: { + if (!sortAndFilter.collapsed) { + sortAndFilter.collapsed = true; + } if(searchInput.text != null && searchInput.text.length >= 3){ root.sortSearchString = searchInput.text; root.reset();