Commit ddb9964f authored by Gwen_'s avatar Gwen_

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

parent 7b208ba2
...@@ -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', '');
}, },
multiSelect: true
}); });
} }
......
---
title: Added the multiSelect option to stop event propagation when clicking on the
dropdown
merge_request:
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