autocomplete.js fix tag duplicate filtering
Apparently returning the result of an indexOf in the filter callback doesn't correctly evaluate to true or false... This seems to work better.
Please register or sign in to comment
Apparently returning the result of an indexOf in the filter callback doesn't correctly evaluate to true or false... This seems to work better.