sergiodlopes / jquery-flexdatalist

Flexible input autocomplete/datalist plugin for jQuery
http://projects.sergiodinislopes.pt/flexdatalist/
MIT License
365 stars 84 forks source link

Does the JSON have to be structured? #251

Open halukkaramete opened 1 week ago

halukkaramete commented 1 week ago

Does the JSON have to be structured? Could it be flat like this?

["[2003-invasion-of-iraq]", "[2022-fifa-world-cup] ", "[911] ", "[adolf-hitler]", "[adoption]", "[aerospace]", "[ and so on... ] "]

Is it okay to load 10,000 items like this? How is the performance?