fixed type
This commit is contained in:
parent
8c80ab6f76
commit
b8c0ea4279
|
@ -142,7 +142,7 @@ class CCPInputWidgetEditorController extends HTMLElement{
|
|||
<label>Format</label>
|
||||
<select value="${input.schema.format}" name="format" class="form-control">
|
||||
<option value="select" ${this.isSelectedFormat('select') ? "selected" : ""}>Choice</option>
|
||||
<option value="checklist" ${this.isSelectedFormat('list') ? "selected" : ""}>Multi Choice</option>
|
||||
<option value="checklist" ${this.isSelectedFormat('checklist') ? "selected" : ""}>Multi Choice</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue