Files
ihrm/horilla_widgets/templates/horilla_widgets/select_option.html

2 lines
192 B
HTML

<option value="{{ widget.value|stringformat:'s' }}" {% include "horilla_widgets/attr.html" %} {% if not widget.value %}disabled{% endif %}>{{ widget.label }}{{widget.disable_option}}</option>