Files
RegattenApp/server/templates/select.html
2020-09-23 13:23:34 +02:00

6 lines
219 B
HTML

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