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
..
2025-04-14 04:08:48 +03:00
2025-04-14 04:08:48 +03:00
2025-04-14 04:08:48 +03:00
2025-04-14 04:08:48 +03:00
2025-04-14 04:08:48 +03:00
2025-04-05 00:24:38 +03:00
2025-04-14 04:08:48 +03:00
2025-04-05 00:24:38 +03:00
2025-04-04 17:13:43 +03:00
2025-04-14 01:14:13 +03:00
2024-07-04 07:30:50 +03:00
2025-04-14 04:08:48 +03:00
2024-06-22 19:49:59 +03:00
2024-07-04 07:30:50 +03:00
2025-04-14 04:08:48 +03:00
2024-07-04 07:30:50 +03:00
2025-04-05 00:24:38 +03:00
2025-04-14 04:08:48 +03:00
2024-11-29 20:05:30 +03:00
2025-04-05 00:24:38 +03:00
2025-04-14 04:08:48 +03:00
2024-07-04 07:30:50 +03:00
2025-04-03 16:17:00 +03:00
2025-04-14 04:56:15 +03:00
2025-03-31 19:55:13 +03:00
2025-04-14 04:08:48 +03:00
2024-08-03 01:31:45 +03:00
2024-06-22 19:49:59 +03:00
2024-06-22 19:49:59 +03:00
2024-08-22 23:40:32 +03:00
2024-06-22 19:49:59 +03:00
2025-08-29 18:06:20 +03:00
2024-08-22 23:40:32 +03:00
2024-08-09 12:46:10 +03:00
2024-08-22 23:40:32 +03:00
2024-11-29 20:05:30 +03:00
2024-08-09 12:46:10 +03:00
2024-06-22 19:49:59 +03:00
2024-09-10 16:54:30 +03:00
2024-08-22 23:40:32 +03:00
2025-03-19 04:41:06 +03:00
2024-07-17 21:42:29 +03:00
2024-08-22 23:40:32 +03:00
2024-08-03 01:31:45 +03:00
2024-06-22 19:49:59 +03:00
2024-06-22 19:49:59 +03:00
2024-08-09 12:46:10 +03:00
2024-08-06 15:30:42 +03:00
2025-08-29 18:06:20 +03:00
2024-08-03 01:31:45 +03:00
2024-08-09 12:46:10 +03:00
2024-08-03 01:31:45 +03:00
2025-04-14 04:08:48 +03:00
2024-07-02 18:41:29 +03:00
2025-04-05 00:24:38 +03:00
2025-04-14 04:08:48 +03:00
2025-04-05 00:24:38 +03:00
2025-04-14 04:08:48 +03:00
2025-04-05 00:24:38 +03:00
2024-07-05 00:50:48 +03:00
2024-07-04 07:30:50 +03:00
2024-11-29 20:05:30 +03:00
2025-04-05 00:24:38 +03:00
2025-04-14 04:08:48 +03:00
2025-06-03 21:25:44 +03:00
2024-06-22 19:49:59 +03:00
2024-07-05 00:50:48 +03:00
2024-06-22 19:49:59 +03:00
2024-06-22 19:49:59 +03:00
2024-06-22 19:49:59 +03:00
2024-06-30 17:28:01 +03:00
2025-08-29 18:06:20 +03:00
2024-07-04 07:30:50 +03:00
2024-11-29 20:05:30 +03:00
2024-06-22 19:49:59 +03:00
2024-08-22 23:40:32 +03:00
2024-07-17 21:46:49 +03:00
2024-06-22 19:49:59 +03:00
2024-07-12 18:27:42 +03:00
2024-11-29 20:05:30 +03:00
2024-08-09 14:25:19 +03:00
2024-07-17 21:42:29 +03:00
2025-04-14 04:08:48 +03:00
2025-04-05 00:24:38 +03:00
2024-07-04 07:30:50 +03:00
2024-07-04 07:30:50 +03:00
2025-04-14 04:08:48 +03:00
2024-07-05 00:52:16 +03:00