0
0
mirror of https://github.com/openwrt/luci.git synced 2025-08-01 05:00:53 +00:00
Files
Paul Donald b7c08475e7 luci-base: jsdoc Slider -> RangeSlider and fixes for RangeSlider
The usecalc property suffers from recursive calculation; that is, its
output becomes its input at the next save. It is not known in advance
whether a stored value is one that was calculated or not. So this part
was removed. The getCalculatedValue() function is retained should it be
desirable to get this value.

The 'optional' property was removed since it didn't do anything.
The 'validate' property is now correctly bound.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2025-07-31 00:31:38 +02:00
..
2025-07-28 13:27:21 +03:00
2025-04-18 15:03:43 +02:00