You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a command, we should also be able to select entries from a "selector", like a combo box. For example, when using -preset, the actual parameter (veryslow, slow, fast, etc) should come from a selector.
Requirements
Create a new field type, e.g. {{{selector}}}
Must allow several entries
Must allow a with an optional display label
Must allow a default, or none
Create input field renderer component that allows selections
Add it to existing selectors where appropriate in commands.json
The text was updated successfully, but these errors were encountered:
When using a command, we should also be able to select entries from a "selector", like a combo box. For example, when using
-preset
, the actual parameter (veryslow
,slow
,fast
, etc) should come from a selector.Requirements
{{{selector}}}
commands.json
The text was updated successfully, but these errors were encountered: