solution : use a "mustMatch";
$().ready(function() {
$("#kategori").autocomplete("../actions/autocomplete.php?p=kategori", {
width: 190,
max: 2000,
selectFirst: false,
mustMatch:true,
});
});
0 comments:
Posting Komentar