Syncfusion version:
20.1.55
@{
var data = new string[] { "Badminton", "Basketball", "Cricket", "Football", "Golf", "Gymnastics", "Hockey", "Tennis" };
}
<div class="control_wrapper AutoComplete-control-section">
<ejs-autocomplete id="games" allowCustom="true" dataSource="data" placeholder="e.g. Basketball">
</ejs-autocomplete>
</div>