Fix the number of tag options displayed when submitting a story

This commit is contained in:
William Karsten 2022-08-23 14:41:32 -05:00
parent aad79c8ee5
commit 7a69a880d3
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ class _LobstersFunction {
TomSelect.define('remove_button', remove_button);
this.tom = new TomSelect('#story_tags_a', {
plugins: ['caret_position', 'input_autogrow', 'remove_button'],
maxOptions: 8,
maxOptions: 200,
maxItems: 10,
hideSelected: true,
closeAfterSelect: true,