Jquery autocomplete plug-in (non-jquery UI which), minChars is set to 0, double-click the input box still does not display all data?

for example, code:

var dataArr = new Array("a","b","c")
$("-sharpuserInput").autocomplete({
    minChars: 0,
    lookup: dataArr,
    onSelect: function(){}
})
Mar.05,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3ecbf-2c44c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3ecbf-2c44c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?