Sample editing needs to take any_of
into account when determining input style
#143
Labels
any_of
into account when determining input style
#143
Currently in the
SoilInterface
class theenv_broad_scale
slot has anany_of
range union:This is interpreted by DataHarmonizer in the desktop submission portal to mean: present the options from
EnvBroadScaleSoilEnum
as dropdown options, but allow the user to enter freeform text as well.I don't know how easy that exact behavior will be to replicate with Ionic components. At the very least we should probably fallback to presenting a select box instead of a text input box in this case.
The text was updated successfully, but these errors were encountered: