mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 12:36:45 +00:00
- Turning off autocomplete seems to have done the job - https://stackoverflow.com/questions/36546775/html-checkboxes-keep-checked-after-refresh#36547079
3 lines
257 B
HTML
3 lines
257 B
HTML
<div>
|
|
<input fieldname='{{ field }}' class='slidey' type="checkbox" data-offstyle='warning' data-onstyle="success" data-size='small' data-toggle="toggle" {% if disabled %}disabled {% endif %}{% if state %}checked=""{% endif %} autocomplete="off">
|
|
</div> |