I am looking for autocomplete form for MaterializeCss, any plugins for this? i has try to use select2 but that\'s css not looks good
As per, here.
You just need to do this simple thing (From the example there only):
HTML:
textsms Autocomplete JS: $('input.autocomplete').autocomplete({ data: { "Apple": null, "Microsoft": null, "Google": null } }); 0 讨论(0) 查看其它9个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
JS:
$('input.autocomplete').autocomplete({ data: { "Apple": null, "Microsoft": null, "Google": null } });