Files
espurna/code/html/src
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
..
2024-06-22 19:49:59 +03:00
2025-04-14 04:56:15 +03:00
2025-03-31 19:55:13 +03:00
2024-08-09 12:46:10 +03:00
2024-09-10 16:54:30 +03:00
2024-08-09 12:46:10 +03:00
2024-08-06 15:30:42 +03:00
2024-08-09 12:46:10 +03:00
2024-07-02 18:41:29 +03:00
2024-11-29 20:05:30 +03:00
2024-07-05 00:52:16 +03:00