add disabled

This commit is contained in:
null
2024-03-07 19:47:40 +01:00
parent 63b76e1579
commit 86ea6d68bd
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -30,6 +30,9 @@
<label for="value">Value</label>
<input type="number" step="any" name="value" value="{{ data.value }}">
<label for="disabled">Disabled</label>
<input type="checkbox" name="disabled" value="{{ data.disabled }}">
</fieldset>
<fieldset>
<button value="cancel" formmethod="dialog" onclick="window.top.postMessage('close', '*')">Cancel</button>