Commit b022e51d authored by matsbla's avatar matsbla Committed by matsbla
Browse files

Issue #3278108 by matsbla: Cut comma separated lists

parent 0ffcc490
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -60,6 +60,7 @@
          multiple: multiple,
          width: 'style',
          tags: autocreate,
          tokenSeparators: [','],
          containerCssClass: (drupalSettings.preloaded_entries && drupalSettings.preloaded_entries[field_name])
            ? 'preloaded'
            : '',
@@ -193,6 +194,7 @@
          width: 'style',
          multiple: multiple,
          tags: autocreate,
          tokenSeparators: [','],
          templateResult: flagsIcons,
          templateSelection: flagsIcons
        });