Skip to content

Commit 1ede197

Browse files
committed
Fix for multiselect dropdown to stay open for multiselection in edit tags page
1 parent 2a30ec0 commit 1ede197

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/javascript/tagging/components/InnerComponents/ValueSelector.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ class ValueSelector extends React.Component {
9898
<MultiSelect
9999
className="tag-select"
100100
id="tag-select"
101+
open
101102
label={label}
102103
initialSelectedItems={selectedOptions}
103104
// eslint-disable-next-line react/destructuring-assignment

0 commit comments

Comments
 (0)