added for 2.0 specs to support multi-select inputs
This commit is contained in:
@@ -25,6 +25,9 @@ class ParameterView extends Backbone.View
|
||||
@model.isFile = true if type and type.toLowerCase() == 'file'
|
||||
@model.default = (@model.default || @model.defaultValue)
|
||||
|
||||
if@model.allowableValues
|
||||
@model.isList = true
|
||||
|
||||
template = @template()
|
||||
$(@el).html(template(@model))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user