<div dir="ltr"><pre style="color:rgb(0,0,0)"><span style="font-family:arial">></span>><i> Thats exactly what I would also do if it would be my component, but
</i><span style="font-family:arial">></span>><i> unfortunately I don't have an access to TextInput { id: input } which is
</i><span style="font-family:arial">></span>><i> inside the ComboBox.
</i>
> But you are able to assign the ID or is it built-in? I don't get the
<span style="font-family:arial">> </span>problem, although I have not used the ComboBox, so maybe that is the
<span style="font-family:arial">> </span>reason. All (most :-P) QML elements derive from QtObject, so you can
<span style="font-family:arial">> </span>assign "objectName" easily to them.</pre><pre style="color:rgb(0,0,0)">Sorry for confusion, but I really can't assign ID/objectName to TextInput which is the part of ComboBox internal implementation. This is not mine TextInput, if it would be mine I wouldn't need to find it by id, I could just use it by id :)</pre>
</div>