summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/search_autocomplete.js.coffee
Commit message (Expand)AuthorAgeFilesLines
* Do not fire blur event when clicking a suggestionAlfredo Sumaran2016-04-061-2/+4
* Display clear button only if input has a valueAlfredo Sumaran2016-04-061-3/+4
* Change approach, do not use timeoutsAlfredo Sumaran2016-04-061-18/+12
* Bring back search context when chosing the same project/groupAlfredo Sumaran2016-03-311-2/+23
* Skip default behaviour if we are clicking a result for the same locationAlfredo Sumaran2016-03-311-0/+8
* Hide suggestions when deleting all input value using other than backspaceAlfredo Sumaran2016-03-271-2/+6
* Do not show dropdown menu if when no suggestions returnedAlfredo Sumaran2016-03-271-4/+5
* Add option to submit the typed queryAlfredo Sumaran2016-03-271-0/+10
* Always display suggestionsAlfredo Sumaran2016-03-261-22/+12
* Makes autocomplete dropdown look the same as othersAlfredo Sumaran2016-03-251-1/+1
* Use separators between categoriesAlfredo Sumaran2016-03-241-1/+1
* Add separator at the end of categoriesAlfredo Sumaran2016-03-241-0/+5
* Prevent creating autocomplete dropdown is user is not logged inAlfredo Sumaran2016-03-241-1/+5
* Increase time because of SafariAlfredo Sumaran2016-03-241-1/+1
* Add param to skip enterCallbackAlfredo Sumaran2016-03-231-0/+1
* Change key name to match input IdAlfredo Sumaran2016-03-231-4/+2
* Fixes removing the location badge with backspace on the last characterAlfredo Sumaran2016-03-231-4/+19
* Prevents unwanted menu togglingAlfredo Sumaran2016-03-231-3/+3
* Remove unused instance variableAlfredo Sumaran2016-03-231-14/+3
* Restore menu content when emptying the search inputAlfredo Sumaran2016-03-231-0/+11
* Fixes empty menu when typing on search input for the very first timeAlfredo Sumaran2016-03-231-50/+65
* Reduce the use of loopsAlfredo Sumaran2016-03-211-14/+9
* Add ability to clear location badgeAlfredo Sumaran2016-03-211-5/+23
* TAB is not usedAlfredo Sumaran2016-03-211-1/+0
* Loop through form inputsAlfredo Sumaran2016-03-211-11/+8
* Delete .remove-badge from badgeAlfredo Sumaran2016-03-211-1/+0
* Use .empty()Alfredo Sumaran2016-03-211-1/+1
* Fix multiple ajax calls and plugin instantiationAlfredo Sumaran2016-03-181-17/+38
* Code improvementsAlfredo Sumaran2016-03-181-29/+22
* Use new dropdown class for search suggestionsAlfredo Sumaran2016-03-151-92/+104
* Better wordingAlfredo Sumaran2016-03-151-4/+4
* Change hidden input id to avoid duplicated IDsAlfredo Sumaran2016-03-151-1/+1
* Tweak behavioursAlfredo Sumaran2016-03-151-7/+15
* Apply styling and tweaks to autocomplete dropdownAlfredo Sumaran2016-03-151-7/+28
* Working version of autocomplete with categorized resultsAlfredo Sumaran2016-03-151-8/+161
* Export all coffee classes with @Ciro Santilli2014-10-201-3/+1
* Refactor search autocomplete. Use ajax for sourceDmitriy Zaporozhets2014-01-181-2/+7
* Move search autocomplete call to dispatcherDmitriy Zaporozhets2013-05-021-0/+8