Commit cf3f2bb7 authored by Ronan Abhamon's avatar Ronan Abhamon

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

parent d37c3b81
......@@ -72,6 +72,7 @@ Item {
id: searchField
icon: 'search'
selectByMouse: true
width: parent.width
Keys.onEscapePressed: searchBox.hideMenu()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment