I am encountering an issue with the EjsAutoComplete.
I have a popup with two related components, an EjsComboBox and an EjsAutoComplete.
The EjsAutoComplete has a list DataSource that is filtered based on what option is selected in the EjsComboBox.
If the EjsComboBox value is changed, ValueChange property triggers a method that clears out the EjsAutoComplete value (if one has been selected) and updates datasource list.
The problem is, if a value is already selected, the AutoComplete component breaks. It does not render the AutoCompleteTemplate options, instead showing a bunch of blank white option, even though they there are real options still available to select and visible in the browser console.
I've attached a gif of this happening in a zipped filed.
Attachment:
AutoCompleteError_4f05e469.zip