Updated UI to handle object structure for list allowed values
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
{{if required == false }}
|
||||
<option selected='selected' value=''></option>
|
||||
{{/if}}
|
||||
{{each allowableValues}}
|
||||
{{each allowableValues.values}}
|
||||
{{if $value == defaultValue && required == true}}
|
||||
<option selected='selected' value='${$value}'>${$value}</option>
|
||||
{{else}}
|
||||
|
||||
Reference in New Issue
Block a user