Files
RegattenApp/server/templates/select.html
2020-09-26 18:06:44 +02:00

6 lines
219 B
HTML

<div class="input-style input-style-2 input-required $$css-class;">
<span class="color-highlight input-style-1-active">$$placeholder;</span>
<select id="$$html-id;" class="form-control">
$$options;
</select>
</div>