| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-06 | completer: case insensitive input | Alon Levy | |
| 2014-12-06 | completer: quote words with spaces | Alon Levy | |
| 2014-12-06 | completer: add minimum_length = 1 | Alon Levy | |
| 2014-12-06 | completer: remove unused API | Alon Levy | |
| 2014-12-06 | completer: fix prev_option, forgot modulu works correctly only with positives | Alon Levy | |
| 2014-12-06 | completer: hide unless 1 or more elements; Fixes #185 | Alon Levy | |
| 2014-12-06 | completer: use triggerStart & triggerEnd | Alon Levy | |
| 2014-12-06 | nicer looking autocomplete | Ofer Lehr | |
| added a class to the items inside the suggestion box so we could style them. | |||
| 2014-12-05 | accidental inner loop that should have been side by side. Thanks Dor! | Alon Levy | |
| 2014-12-05 | remove two console debug prints in completer | Alon Levy | |
| 2014-12-05 | remove two console logs in last commit | Alon Levy | |
| 2014-12-05 | replace jquery.autocomplete with our own autocompletion | Alon Levy | |
| Missing: - handling dropdown in the middle of the sentence correctly (almost there, extra space added) - clicking changes focus (transition event related?) and .focus() doesn't work - could not find how to fix it. | |||
