feat: convert Select input-group to label

master
Katja Lutz 2 years ago
parent 514d06b13c
commit 72943cc41d

@ -274,7 +274,7 @@ export const Select: Component<
return ( return (
<div class="shrink form-control"> <div class="shrink form-control">
<div class="input-group input-group-sm"> <label class="input-group input-group-sm">
<span <span
class="bg-slate-200/70" class="bg-slate-200/70"
style={{ "min-width": props.labelMinWidth }} style={{ "min-width": props.labelMinWidth }}
@ -294,7 +294,7 @@ export const Select: Component<
)} )}
</For> </For>
</select> </select>
</div> </label>
</div> </div>
); );
}; };

Loading…
Cancel
Save