Skip to content

Commit

Permalink
Merge pull request #6387 from akatsoulas/tags-max-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 d1ea91d + 41b1721 commit d051994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kitsune/sumo/static/sumo/js/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ document.addEventListener('DOMContentLoaded', () => {

new TomSelect(dropdown, {
plugins: ['remove_button'],
maxOptions: null,
maxItems: null,
create: false,
onItemAdd: async (tagId) => {
Expand Down

0 comments on commit d051994

Please sign in to comment.