Open GoogleCodeExporter opened 8 years ago
$('#slcCoordenador').combobox({
filter: function (q, row) {
var opts = $(this).combobox('options');
return row[opts.textField].toUpperCase().indexOf(q.toUpperCase()) == 0;
}
});
Original comment by wmmarcon...@gmail.com
on 18 Jul 2013 at 2:33
Original issue reported on code.google.com by
yellowha...@gmail.com
on 20 Sep 2011 at 6:57