1
0
mirror of synced 2024-11-22 13:06:08 +03:00

clear search when val() is called. closes #45 closes #46

This commit is contained in:
Igor Vaynberg 2012-04-26 20:04:57 -07:00
parent 891102ff47
commit ee6f8975a6

View File

@ -1399,6 +1399,8 @@
this.setVal(data);
this.updateSelection(val);
}
this.clearSearch();
}
});