Skip to content

Commit 69b401f

Browse files
Merge pull request #29 from qlemaire22:fix-empty-selection
Fix empty faction select
2 parents 28a7d73 + fa364ea commit 69b401f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/ui/SelectButton.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export function SelectButton(props: {
2424
optionValue="value"
2525
optionTextValue="label"
2626
class={props.class}
27+
disallowEmptySelection
2728
itemComponent={(props) => (
2829
<Select.Item item={props.item} class={styles.dropdown.item}>
2930
<Select.ItemLabel class="flex items-center font-semibold">

0 commit comments

Comments
 (0)