fixed type selector
This commit is contained in:
parent
b8c0ea4279
commit
5e8129b440
|
@ -85,7 +85,7 @@ class CCPInputWidgetEditorController extends HTMLElement{
|
|||
<div class="col-3">
|
||||
<div class="form-field" title="Type">
|
||||
<label>Type</label>
|
||||
<select name="type" class="form-control" placeholder="type" value="${input.schema.type}" ${ input.id === 'ccpimage' ? 'readonly' : ''}>
|
||||
<select name="type" class="form-control" placeholder="type" value="${this.#type}" ${ input.id === 'ccpimage' ? 'readonly' : ''}>
|
||||
<option value="string">String</option>
|
||||
<option value="enum">Enum</option>
|
||||
</select>
|
||||
|
|
Loading…
Reference in New Issue