summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/gl_dropdown.js.coffee
Commit message (Expand)AuthorAgeFilesLines
* Use the `GLDropdown` component to select protected branches.Timothy Andrew2016-07-071-1/+3
* Merge branch 'search-input-blur' into 'master' Jacob Schatz2016-06-291-0/+7
|\
| * Checks for relatedTargetPhil Hughes2016-06-201-4/+5
| * Fixed issue with focusing out of dropdown not hiding menuPhil Hughes2016-06-201-0/+6
* | Merge branch '18942-dropdowns-should-apply-any-present-filter-once-data-is-lo...Jacob Schatz2016-06-281-0/+2
|\ \
| * | forced filter input to process inputs after data has loaded18942-dropdowns-should-apply-any-present-filter-once-data-is-loadedLuke "Jared" Bennett2016-06-221-0/+2
* | | Merge branch '18536_status_dropdown_label' into 'master' Jacob Schatz2016-06-231-4/+4
|\ \ \
| * | | Pass dropdown instance to toggleLabel callbackAlfredo Sumaran2016-06-171-4/+4
* | | | Updated to add parenthesesref-dropdown-jquery-objectsPhil Hughes2016-06-221-1/+1
* | | | Empty the content before append anything to the dropdownPhil Hughes2016-06-221-1/+3
* | | | Use jQuery objects in ref dropdownPhil Hughes2016-06-221-3/+4
| |/ / |/| |
* | | Fixed issue with returning ref in commits JSONasync-refs-dropdownPhil Hughes2016-06-201-1/+1
* | | Refs dropdown is now loaded asyncPhil Hughes2016-06-181-5/+7
| |/ |/|
* | Fixes icon state when selecting issues that have the same labels assignedAlfredo Sumaran2016-06-161-0/+3
|/
* Fixed issue with dropdown toggle not updatingremove-labels-from-filterPhil Hughes2016-06-081-2/+6
* Address feedbackAlfredo Sumaran2016-06-031-1/+3
* EnhancementsAlfredo Sumaran2016-06-031-8/+6
* Do not trigger keyup event if we are persisting stateAlfredo Sumaran2016-06-031-3/+8
* Remove unneeded call to keyup eventAlfredo Sumaran2016-06-031-3/+0
* Only filter asynchronously if option remote is true.Alfredo Sumaran2016-06-031-11/+11
* Handle unchecking of indeterminate itemsAlfredo Sumaran2016-06-031-8/+24
* typoAlfredo Sumaran2016-06-031-4/+4
* Set indeterminated itemsAlfredo Sumaran2016-06-031-1/+13
* Fixed issue with search autocomplete not allow arrow key navigationPhil Hughes2016-06-031-6/+11
* Merge branch 'dropdown-enter-select' into 'master' Jacob Schatz2016-05-211-1/+1
|\
| * Fixed issue with enter key selecting wrong option in dropdowndropdown-enter-selectPhil Hughes2016-05-201-1/+1
* | Dropdown implementationzj-gitignore-dropdownAlfredo Sumaran2016-05-201-16/+29
* | Dropdown implementationAlfredo Sumaran2016-05-201-14/+53
|/
* Escape key closes the dropdownesc-close-dropdownPhil Hughes2016-04-261-0/+3
* 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
|\ \ \ | |_|/ |/| |