mkscho63 / sta

This is an unofficial system for Foundry VTT using Modiphius's Star Trek Adventures 2d20 RPG. This system attempts to replicate the feeling of playing through an episode of the epic SciFi that is Star Trek. I am in no way associated with Modiphius.
MIT License
32 stars 33 forks source link

Small Craft Container Type Dropdown Displays No Text #97

Open MrNightwood opened 1 year ago

MrNightwood commented 1 year ago

Describe the bug The dropdown menu to select the actor sheet to link from a small craft container does not contain any text. The options still appear and function properly, but it is impossible to tell which option is being selected, making it a bit of a guessing game when there is more than one small craft in the world.

To Reproduce Steps to reproduce the behavior:

  1. Create at least one small craft actor sheet
  2. Add small craft container to a starship sheet
  3. Open the container's settings and open the Type dropdown

Expected behavior The dropdown menu should display a list of small craft with text visible.

Screenshots image image

mkscho63 commented 1 year ago

Thank you for the report, I’ll take a look

mprangenberg commented 9 months ago

I fixed it in #100 😉👍

tokeidlom commented 1 day ago

Also partially fixed in #109 however needs refining. Drop-down works properly but name not listed as selected on close/reopen, still retained in the string though. 100 still uses {{#select}} which is annoyingly depreciated in V12, need to switch to {{selectoption}} for a better fix