We are using QtQuick.Controls 2.2 and can't downgrade due to various reasons. When we use Combobox util from QML, it doesn't appear with selectByMouse field which was introduced in 1.4 version.
Our requirement is -- to be able to select the text in the combobox for copying purpose as well as have a dropdown menu.
How to fix this issue; Is there any alternative?