Add "group description label" Workbench UI input #1602
Labels
enhancement
New feature or request
workbench
For issues relating to the workbench front-end of invest
Since we have groups of inputs in the Workbench, it can be helpful to "label" that group of inputs to make it more easily understandable by the user. The only way I can think to do this is by using a toggle input element. But there are times where I don't need a toggle, but just want to convey that these inputs are defining X Properties.
I think this could help in certain instances with #1601 . For instance, if there was a "Wind Price" description label, then toggling between the different input options might not be as confusing, since those inputs being hid and shown would stay put under that label.
One question is where this description should live. With the Plugins feature, we've created a
uiSpec
to go withMODEL_SPEC
. Since this descriptive label means nothing to the core model, perhaps there is a way to flesh out use of auiSpec
and not add it to 'MODEL_SPEC.args'.The text was updated successfully, but these errors were encountered: