fix(ui/modules/Common/SearchBox): TextField supports selection by mouse

This commit is contained in:
Ronan Abhamon 2017-01-09 11:00:25 +01:00
parent d37c3b812c
commit cf3f2bb724

View file

@ -72,6 +72,7 @@ Item {
id: searchField
icon: 'search'
selectByMouse: true
width: parent.width
Keys.onEscapePressed: searchBox.hideMenu()