smartDocEditor Popup Fields

Hey guys,

We’re testing the SmartDocEditor again, and I just noticed that the tag list popup only shows a maximum of 10 items. The “missing” items do exist — if I start typing, for example “hau”, they appear in the list.

Is there any configuration option I might be missing (I couldn’t find anything in the wiki or CKEditor guide) to remove or increase this item limit?

It seems like there is a setting for the mention-plugin “limit" but i cant set it.

ClassicEditor
  .create(document.querySelector('#editor'), {
    mention: {
      feeds: [
        {
          marker: '#',
          feed: getMyFields, 
          minimumCharacters: 0,
          limit: 50 
        }
      ]
    }
  });

Here´s the example:

Screenshot 2025-10-28 141433