15 lines
490 B
Plaintext
15 lines
490 B
Plaintext
<div class="flex flex-col gap-1.5">
|
|
$$Label$$
|
|
<select
|
|
id="$$Id$$"
|
|
name="$$Name$$"
|
|
class="flex h-10 w-full items-center justify-between rounded-md border border-input
|
|
bg-background px-3 py-2 text-sm ring-offset-background
|
|
focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2
|
|
disabled:cursor-not-allowed disabled:opacity-50 appearance-none $$ExtraClasses$$"
|
|
$$HxAttrs$$>
|
|
$$Options$$
|
|
</select>
|
|
$$Description$$
|
|
</div>
|