Skyl3lazer / giffyglyph-monster-maker-continued

A D&D 5e monster maker module for the Foundry VTT. Build new monsters with level-appropriate, balanced stats in seconds. This is a fork which has been updated to GGMM PDF v3, Foundry v10+11, and dnd5e 2.1+3.1.
5 stars 2 forks source link

Handlebars Select Deprecation #49

Open Skyl3lazer opened 1 month ago

Skyl3lazer commented 1 month ago

The pattern of iterating with an {{each}} inside of a select is now deprecated.

The {{select}} handlebars helper is deprecated in favor of using the {{selectOptions}} helper or the foundry.applications.fields.createSelectInput, foundry.applications.fields.createMultiSelectElement, or foundry.applications.fields.prepareSelectOptionGroups methods. Deprecated since Version 12 Backwards-compatible support will be removed in Version 14