web-app-demos/apps/reporter/templates/options/date.html
2025-03-17 16:11:01 -06:00

4 lines
No EOL
227 B
HTML

<div class="input-group mb-2">
<span class="input-group-text col-3-label">${label}</span>
<input type="${type}" class="form-control col-9" id="${group}:${key}" name="${group}:${key}" $value>
</div>