[Fix] 1689 - Missing Feature Errors (#1690)

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

* .
This commit is contained in:
WBHarry 2026-03-04 13:16:11 +01:00 committed by GitHub
parent 5459581f7f
commit 986544a653
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 16 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,