91
Bug Report / Re: Bug in 10.0.0 autocomplete not filtering
« Last post by paramvir on October 28, 2024, 06:39:52 pm »ok, the below update fixes it.
Please recheck.
Code: [Select]
.one('focus', function () {
//open the autocomplete upon focus
$(this).autocomplete("search", "");
});
Please recheck.