At.js
At.js copied to clipboard
Data Length
Only 5 options are showing , how to increase the size.
{
/*
limit number of items to show in popup list.
/
limit: 5,
/
setting the max length of the string after at that would be matched
It will stop matching if the query string is longer than max_len.
*/
maxLen: 20
}