Skip to content

Commit

Permalink
don't remove selected values from multiselect lists (#2012)
Browse files Browse the repository at this point in the history
  • Loading branch information
janno42 authored Sep 4, 2023
1 parent f8cdbd0 commit e42701a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evap/evaluation/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
},
closeAfterSelect: true, // also clears search input on enter.
plugins: {},
hideSelected: false,
};
if(element.hasAttribute("data-tomselect-fullwidth")) {
// span needed to the "remove this icon" button is right-aligned
Expand Down

0 comments on commit e42701a

Please sign in to comment.