Open GoogleCodeExporter opened 8 years ago
Ok, one way to fix it is to extend the condition on the line 438 to consider
lastKey.
var oldActiveHidden = active.hasClass(self.css.hidden) || self.lastKey == 8;
I'm also using extended condition on the line 441, as was proposed in issue #42
... && (searchText != "" || self.selectbox.get(0).options[0].value != "")
So now it handles deleting and backspacing with no problems.
Original comment by mat.hu...@gmail.com
on 16 Apr 2015 at 8:52
Original issue reported on code.google.com by
mat.hu...@gmail.com
on 15 Apr 2015 at 8:55