Hi Norberto,
Thanks for contacting Syncfusion Support.
Yes, you can search the text at anywhere in Autocomplete popup using property of filterType as contains. Also, you can enable or disable the case sensitive search by using caseSensitiveSearch property. By default, it’s in disable state. Please refer to the following code example:
|
$('#selectCar').ejAutocomplete({
width: "100%",
watermarkText: "Select a car",
dataSource: carList,
caseSensitiveSearch: true
filterType: "contains"
}); |
Refer to the following sample:
Refer to the following API link:
Please let us know if you need any further assistance.
Regards,
Selvamani S.