Open GoogleCodeExporter opened 9 years ago
There is an "fb-textchange" event that is triggered on textchange.
You should be able to set a "nomatch" option (html).
So as a recap:
$("#myinput").suggest({
nomatch: "No suggested matches. Tips on getting better suggestions [snip]"
}).bind("fb-textchange", function(e) {
// do something on textchange
});
Original comment by daep...@gmail.com
on 10 Dec 2009 at 6:37
Original comment by daep...@gmail.com
on 10 Dec 2009 at 6:38
Thanks! nomatch and fb-textchange solve my problem.
But I found another bug. Typing 'sdfsdfdsfddf' and then pressing enter does not
dismiss
the suggest dropdown.
Original comment by will.moffat
on 11 Dec 2009 at 2:14
Original issue reported on code.google.com by
will.moffat
on 2 Dec 2009 at 8:06