summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/gl_dropdown.js.coffee
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into label-dropdown-fixlabel-dropdown-fixAlfredo Sumaran2016-04-201-4/+4
|\
| * Merge branch 'multi-filter-labels' into 'master' Jacob Schatz2016-04-201-4/+4
| |\
| | * Any label & no label out weigh other labels - these two will clear previously...Phil Hughes2016-04-201-4/+4
* | | Merge remote-tracking branch 'origin/master' into label-dropdown-fixAlfredo Sumaran2016-04-201-8/+5
|\ \ \ | |/ /
| * | Trigger filtering after ajax is complete in dropdowndropdown-filter-after-loadPhil Hughes2016-04-191-0/+3
| * | Fixed issue with multi select not working with arrow keysdropdown-filter-selectPhil Hughes2016-04-181-8/+2
| |/
* | Add is-link attribute to know if a menu item should not be stoppedAlfredo Sumaran2016-04-181-1/+1
* | Fix Label dropdown and organize codeAlfredo Sumaran2016-04-151-2/+5
|/
* Project dropdown in header uses new dropdownPhil Hughes2016-04-121-1/+3
* Merge branch 'mr-ui-update' into 'master' Jacob Schatz2016-04-111-9/+32
|\
| * Addressed feedbackPhil Hughes2016-04-111-5/+5
| * Filters by text on elementPhil Hughes2016-04-061-7/+30
| * Use new dropdowns for MR comparePhil Hughes2016-04-061-1/+1
* | Merge branch 'issue_14800' into 'master' Jacob Schatz2016-04-061-3/+6
|\ \
| * | Do not create input if fieldName is not definedAlfredo Sumaran2016-04-051-1/+1
| * | Merge branch 'master' into issue_14800Alfredo Sumaran2016-04-041-1/+3
| |\ \
| * | | Return selected object if toggleLabel option is not definedAlfredo Sumaran2016-03-311-0/+2
| * | | Add current element and event as params to clicked callbackAlfredo Sumaran2016-03-311-2/+3
| * | | Skip default behaviour if we are clicking a result for the same locationAlfredo Sumaran2016-03-311-1/+1
* | | | Fixed issue with enter key not selecting correct value in dropdowndropdown-enter-select-fixPhil Hughes2016-04-061-1/+1
| |_|/ |/| |
* | | Merge branch 'dropdown-arrow-support' into 'master' Jacob Schatz2016-04-051-18/+92
|\ \ \ | |_|/ |/| |
| * | CS multilinedropdown-arrow-supportPhil Hughes2016-04-051-5/+5
| * | Fixed issue based on feedbackPhil Hughes2016-03-311-21/+26
| * | Moved back some css classesPhil Hughes2016-03-311-3/+3
| * | Enter triggers the currently highlighted element clickPhil Hughes2016-03-311-12/+13
| * | Correctly scrolls the dropdown up & down with arrow keysPhil Hughes2016-03-311-4/+11
| * | Scrolls the dropdown content downPhil Hughes2016-03-311-2/+14
| * | Started arrow key movement on dropdownsPhil Hughes2016-03-311-4/+53
| |/
* | Merge branch 'filter-dropdown-bug' into 'master' Rémy Coutable2016-04-011-1/+3
|\ \ | |/ |/|
| * Fixes issue with dropdowns not selecting valuesfilter-dropdown-bugPhil Hughes2016-03-311-1/+3
* | Merge branch 'issue_3400_port' into 'master' Jacob Schatz2016-03-311-23/+80
|\ \ | |/ |/|
| * Merge branch 'master' into issue_3400_portissue_3400_portAlfredo Sumaran2016-03-291-14/+36
| |\
| * | Makes autocomplete dropdown look the same as othersAlfredo Sumaran2016-03-251-1/+1
| * | Add separator as a line dividerAlfredo Sumaran2016-03-241-1/+4
| * | Add param to skip enterCallbackAlfredo Sumaran2016-03-231-1/+3
| * | Make sure we are looking inside dropdpown wrapperAlfredo Sumaran2016-03-231-1/+1
| * | Fix input referenceAlfredo Sumaran2016-03-231-1/+1
| * | Pass proper input elementAlfredo Sumaran2016-03-231-4/+1
| * | Merge branch 'master' into issue_3400_portAlfredo Sumaran2016-03-231-6/+34
| |\ \
| * \ \ Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into issue_3...Alfredo Sumaran2016-03-211-1/+5
| |\ \ \
| * | | | Save instance and avoid multiple instantiationAlfredo Sumaran2016-03-181-2/+4
| * | | | Code improvementsAlfredo Sumaran2016-03-181-12/+9
| * | | | Fixes failing specAlfredo Sumaran2016-03-181-2/+1
| * | | | Use new dropdown class for search suggestionsAlfredo Sumaran2016-03-181-1/+4
| * | | | Disable highlighting by defaultAlfredo Sumaran2016-03-181-1/+3
| * | | | Allow to hightlight matchesAlfredo Sumaran2016-03-181-0/+11
| * | | | Allow to pass header itemsAlfredo Sumaran2016-03-181-0/+4
| * | | | Allow to pass input filter paramAlfredo Sumaran2016-03-181-3/+25
| * | | | Allow data with desired formatAlfredo Sumaran2016-03-181-1/+8
| * | | | Allow to pass non-asynchronous data to GitLabDropdownAlfredo Sumaran2016-03-181-9/+18