Skip to content

Commit

Permalink
Set maxOptions to null
Browse files Browse the repository at this point in the history
  • Loading branch information
akatsoulas committed Dec 3, 2024
1 parent 6fc273a commit 8e6dd52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kitsune/sumo/static/sumo/js/flagit.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ document.addEventListener('DOMContentLoaded', () => {
new TomSelect(dropdown, {
plugins: ['remove_button'],
maxItems: null,
maxOptions: null,
dropdownParent: 'body',
create: false,
onItemRemove: async (tagId) => {
Expand Down

0 comments on commit 8e6dd52

Please sign in to comment.