fixed type

This commit is contained in:
dcore94 2023-09-27 16:54:14 +02:00
parent 8c80ab6f76
commit b8c0ea4279
1 changed files with 1 additions and 1 deletions

View File

@ -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>