We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Stopped working when I added category&fields

Hi,
I had an input with an ejAutocomplete and that worked fine. I then decided to categorize the autocomplete-suggestions - and it stopped working (doesn't show suggestions any more).
So I tried to build a repro for in the playground - but I even can't get the simple case working in the playground!

Would appreciate some help, especially wrt 2nd case ("Categorized data").

Thanks

Michael

3 Replies

SA Shameer Ali Baig Sulaiman Ali Baig Syncfusion Team December 20, 2019 05:17 AM UTC

Hi Michael, 
 
Greetings from Syncfusion support. 
 
We have investigated your query. On analyzing the your shared ejAutoComplete sample. We found that you have mentioned type attribute for the input element, incorrectly. 

Refer the below code block to resolve the reported issue. 

Input type in your sample: 
 
<input id="lng1" name="lng1" type="type=text" value=""> 

Corrected Input type: 
 
<input id="lng1" name="lng1" type="text" value=""> 

We have modified your shared sample. 


Please let us know if you need any further assistance. 

Regards, 
Shameer Ali Baig S. 



MB Michael Baas December 20, 2019 08:34 AM UTC

Argh- thanks! ;)


KR Keerthana Rajendran Syncfusion Team December 23, 2019 04:19 AM UTC

Hi Michael, 
 
Most welcome. We are glad to hear that the provided solution helped you to resolve the issue. Please get back to us if you need any further assistance on this. 
 
Regards, 
Keerthana. 


Loader.
Live Chat Icon For mobile
Up arrow icon