You can simply change contentItem
both TextField
with the properties of your choice. It might look like this:
ComboBox {
id: control
model: ['Hallo', 'Hello', 'Sallut', 'Godan Dagin']
editable: true
contentItem: TextField {
text: control.editText
selectByMouse: true
}
}
, , editText
, displayText
.
QtQuick.Controls 2.2
, editable
editText
. displayText
, .
.