0
0
mirror of https://github.com/openwrt/luci.git synced 2025-09-12 11:19:49 +00:00
Files
Liangbin Lian 8b5dfabdf3 luci-app-package-manager: fix 'autoremove' checkbox uneditable
In HTML, the following lines of code are equivalent:
```
<input disabled />
<input disabled="true" />
<input disabled="false" />
<input disabled="any" />
```
If you want to cancel the 'disabled' flag, you must completely remove it from the HTML instead of assigning a value.

Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
2025-06-29 19:37:18 +02:00
..