feat(ui/modules/Common/SearchBox): forward event keys

This commit is contained in:
Ronan Abhamon 2017-01-09 14:09:40 +01:00
parent 95ce08e7f1
commit 208c28a982

View file

@ -105,6 +105,10 @@ Item {
launcher: searchField
width: searchField.width
// If the menu is focused, the main window loses the active status.
// So It's necessary to map the keys events.
Keys.forwardTo: searchField
onMenuClosed: searchBox.hideMenu()
ScrollableListView {