ccp-features #8

Merged
m.lettere merged 44 commits from ccp-features into master 2023-06-28 19:18:25 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4573ee0db6 - Show all commits

View File

@ -128,7 +128,7 @@ class CCPInputWidgetEditorController extends HTMLElement{
<div class="col" title="Read only">
<label>Read only</label>
<div class="form-field">
<input type="checkbox" checked="${this.#input.schema.readOnly}" name="readonly" class="form-check-input">
<input type="checkbox" ${this.#input.schema.readOnly ? 'checked' : ''} name="readonly" class="form-check-input">
</div>
</div>
</div>