Files
espurna/code
Maxim Prokhorov d49b33def3 webui(settings): default to step="any" for generic number inputs
per. https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/step implicit default is step="1"
> If not explicitly included, step defaults to 1 for number and range, and 1 unit type (minute, week, month, day) for the date/time input types.
> The value must be a positive number - integer or float — or the special value any, which means no stepping is implied and any value is allowed
> (barring other constraints, such as min and max)
>
> Only values which are a whole number of steps from the step base are valid.

.checkValidity()/.reportValidity() enforce the rule, making these values
impossible to set (besides manually setting the kv through console)

also clean-up any defaults & suspicious use in specific modules

resolve #2651
2025-08-29 18:06:20 +03:00
..
2022-05-05 17:50:21 +03:00
2025-06-26 03:17:36 +03:00
2019-07-11 00:34:17 +03:00
2025-06-01 06:08:18 +03:00
2025-06-03 21:25:44 +03:00
2019-07-11 00:34:17 +03:00