Skip to content

Commit

Permalink
Merge pull request #6386 from akatsoulas/tom-select-options
Browse files Browse the repository at this point in the history
Set maxOptions to null
  • Loading branch information
akatsoulas authored Dec 3, 2024
2 parents a05bc39 + 8e6dd52 commit d1ea91d
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 d1ea91d

Please sign in to comment.