Added Homebrew maxDomains

This commit is contained in:
WBHarry 2025-08-02 21:05:33 +02:00
parent 397053dcb3
commit c340f084b3
6 changed files with 29 additions and 5 deletions

View file

@ -97,7 +97,7 @@ export const tagifyElement = (element, options, onChange, tagifyOptions = {}) =>
description: option.description
};
}),
maxTags: maxTags,
maxTags: typeof maxTags === 'function' ? maxTags() : maxTags,
dropdown: {
mapValueTo: 'name',
searchKeys: ['name'],