8 lines
288 B
Smarty
8 lines
288 B
Smarty
|
<custom-select data-event="$event$" data-conf="$conf$">
|
||
|
<label>$showName$</label>
|
||
|
<main class="label">$value$</main>
|
||
|
<input data-type="$dataType$" type="text" name="$name$" value="$value$" required>
|
||
|
<custom-options>
|
||
|
$options$
|
||
|
</custom-options>
|
||
|
</custom-select>
|