cl-deck-builder2/templates/inventory/_advanced_search_input.html
2024-03-05 22:11:33 -05:00

11 lines
397 B
HTML

<input
class="{{ class }}"
form="{{ form }}"
hx-include="{{ hx-include }}"
hx-post="{{ hx-post }}"
hx-target="{{ hx-target }}"
hx-trigger="{{ hx-trigger }}"
id="{{ id }}"
name="{{ name }}"
type="{{ type }}"{% if checked %} checked="checked"{% endif %}{% if max %} max="{{ max }}"{% endif %}{% if min %} min="{{ min }}"{% endif %}{% if selected %} selected="selected"{% endif %}>