We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64bf79b commit 168ec5bCopy full SHA for 168ec5b
sd-card/html/edit_config_template.html
@@ -969,7 +969,7 @@ <h4><input type="checkbox" id="Category_Analog_enabled" value="1" onclick = 'Up
969
</td>
970
<td>
971
<input required type="number" id="PostProcessing_ChangeRateThreshold_value1" step="1" min="0" max="9" value="2"
972
- oninput="(!validity.rangeUnderflow||(value=1)) && (!validity.rangeOverflow||(value=9)) &&
+ oninput="(!validity.rangeUnderflow||(value=0)) && (!validity.rangeOverflow||(value=9)) &&
973
(!validity.stepMismatch||(value=parseInt(this.value)));">
974
975
<td>$TOOLTIP_PostProcessing_NUMBER.ChangeRateThreshold</td>
0 commit comments