We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c14174f + 13513cc commit 92cc4c5Copy full SHA for 92cc4c5
src/components/DsfrSelect/DsfrSelect.vue
@@ -13,7 +13,7 @@ const props = withDefaults(defineProps<{
13
description?: string
14
modelValue?: string | number
15
label?: string
16
- options?:(string | number | { value: string | number, text: string, disabled?: boolean })[]
+ options?:(string | { value: string, text: string, disabled?: boolean })[]
17
successMessage?: string
18
errorMessage?: string
19
defaultUnselectedText?: string
0 commit comments