mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-19 08:20:30 +01:00
Added Homebrew maxDomains
This commit is contained in:
parent
397053dcb3
commit
c340f084b3
6 changed files with 29 additions and 5 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue