#104424
Andrea Durando
Participant

Hi thanks for the support

It work the inital load,

I try to set the minLength to 0 to make always the search also when i remove all chars,  but i notice that the function of the datasource is not triggered, is that right?

For now i try to redo the same thing when i Load the component
<div>
<div>I do a clear of selection and the list of items and i try to read them  from the initial elements</div>
<div>combo.clearSelection();</div>
<div> combo.clearItems();</div>
<div> for(let i = 0; i < initialResults.length; i++) {</div>
<div>     combo.insert(i, initialResults[i])</div>
<div> }</div>
</div>
<div></div>
<div>But I see only the first element in the dropdown, ay suggestion.</div>