Perhaps you are thinking of tagify? Other than dynamic validation, an autocomplete does not have this, does it?
But to answer question, there is no number of characters to trigger and the problem persists even with several characters. Showing an example with one letter was probably not the best example!
I think I figured it out. I went back and looked at the data properties for the text field and they were empty. I re-inserted them and it appears to be working as intended.
@mebeingken, could you look at the data properties for the text field on the page and see if they are empty? Save the page, close the page, check again, then test to see if the autocomplete is working for you?
@nabila, could you look at the data properties for the text field on the page and see if they are empty? Save the page, close the page, check again, then test to see if the autocomplete is working for you?
It looks like there are times when the settings are not saved on the page which causes the error for me.
The text field is filled with intended data. Regardless, I followed the steps you’ve mentioned and still the same. Even double-checked the code and it looks fine.
<input id="test_item" name="test_item" type="search" class="form-control form-control-sm" is="dmx-autocomplete" placeholder="Select test to add" dmx-bind:data="listtest.data.query" optionsearch="test_code+' '+test_name" optiontext="test_name" optionvalue="test_id">
Did the latest App Connect 2 rc2 maybe fix it, with the latest release candidate we fixed several issues with bindings not working in content and conditional regions.