We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28a7d73 + fa364ea commit 69b401fCopy full SHA for 69b401f
src/components/ui/SelectButton.tsx
@@ -24,6 +24,7 @@ export function SelectButton(props: {
24
optionValue="value"
25
optionTextValue="label"
26
class={props.class}
27
+ disallowEmptySelection
28
itemComponent={(props) => (
29
<Select.Item item={props.item} class={styles.dropdown.item}>
30
<Select.ItemLabel class="flex items-center font-semibold">
0 commit comments