Commit a9e95219 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch...

Merge branch '201427-issue-board-due-date-picker-unable-to-select-custom-year-or-month' into 'master'

Added the multiSelect option to stop event propagation when clicking on the dropdown

Closes #201427

See merge request gitlab-org/gitlab!24611
parents dcc1cd1b 09a86cc1
...@@ -44,6 +44,7 @@ class DueDateSelect { ...@@ -44,6 +44,7 @@ class DueDateSelect {
this.$selectbox.hide(); this.$selectbox.hide();
this.$value.css('display', ''); this.$value.css('display', '');
}, },
shouldPropagate: false,
}); });
} }
......
---
title: Added the multiSelect option to stop event propagation when clicking on the
dropdown
merge_request: 24611
author: Gwen_
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment