chore: Cleanup

This commit is contained in:
Ginger
2026-03-03 13:35:58 -05:00
parent ffa3c53847
commit 8b726a9c94
4 changed files with 6 additions and 10 deletions
@@ -19,6 +19,7 @@
<input
type="{{ input.input_type }}"
id="{{ input.id }}"
autocomplete="{{ input.autocomplete }}
{% if input.type_name.is_some() %}name="{{ input.id }}"{% endif %}
{% if input.required %}required{% endif %}
>