Fixed so that weaponfeatures and armorFeatures are tolerant of features having been removed

This commit is contained in:
WBHarry 2026-02-28 13:32:47 +01:00
parent c48842dd2d
commit 2ee0db2afe
5 changed files with 7 additions and 13 deletions

View file

@ -119,8 +119,8 @@ export const tagifyElement = (element, baseOptions, onChange, tagifyOptions = {}
}),
maxTags: typeof maxTags === 'function' ? maxTags() : maxTags,
dropdown: {
searchKeys: ['value', 'name'],
mapValueTo: 'name',
searchKeys: ['value'],
enabled: 0,
maxItems: 100,
closeOnSelect: true,