How do I get an editable Combobox with Controls 2?
Unsolved
QML and Qt Quick
-
How do I get an editable Combobox with Controls 2?
In QtQuick 1.4, the ComboBox had an editable property, but the 2.0 version doesn't. Is there some new way to handle this in 2.0 that I'm overlooking? If I try to "import QtQuick 1.4 as old" (for example) the file no longer is editable with the graphical viewer.
-
@refaQtor
ComboBox
in QQC2 doesnot have this functionality yet.
https://bugreports.qt.io/browse/QTBUG-53876 -
Editable ComboBox is nearly done. The feature freeze of Qt 5.8 was already a good while ago and the beta was already released. Therefore editable ComboBox won't make it there, unfortunately, but it will be available in the next release after that - Qt Quick Controls 2.2 in Qt 5.9.