Allen Tsai
Allen Tsai
Highly likely that I am doing something wrong/using this gem incorrectly, but I am encountering an issue. We are using icecube essentially to track/manage biweekly schedules, so what I am...
Firstly, I am using a preFill object, which causes this issue. I perform a search. On form submission, I wish for the autosuggest field to remain populated with what the...
If you add a selection, and immediately remove it, it isn't removed. In the `jquery.autoSuggest.js`, line 175: last = last[last.length-2] My fix was to check if last.length == 1.