master #25

Merged
m.lettere merged 22 commits from master into prod 2025-01-10 15:15:33 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7f36ebe941 - Show all commits

View File

@ -144,7 +144,7 @@ class CCPInputWidgetEditorController extends HTMLElement {
<option value="date" ${this.isSelectedFormat('date') ? "selected" : ""}>Date</option>
<option value="time" ${this.isSelectedFormat('time') ? "selected" : ""}>Time</option>
<option value="dateTime" ${this.isSelectedFormat('dateTime') ? "selected" : ""}>Date time</option>
<option value="number" ${this.isSelectedFormat('number') ? "selected" : ""}>Number</option>
<option value="number" ${this.isSelectedFormat('number') ? "selected" : ""}>Integer Number</option>
<option value="boolean" ${this.isSelectedFormat('boolean') ? "selected" : ""}>True/False</option>
<option value="code" ${this.isSelectedFormat('code') ? "selected" : ""}>Code</option>
<option value="file" ${this.isSelectedFormat('file') ? "selected" : ""}>File</option>