Skip to content

Commit

Permalink
docs: missing .value for combobox usage (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
slow-groovin authored Dec 17, 2024
1 parent 693b0d2 commit 5b1f952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/content/docs/components/combobox.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const value = ref('')
<CommandItem
v-for="framework in frameworks"
:key="framework.value"
:value="framework"
:value="framework.value"
@select="open = false"
>
<Check
Expand Down

0 comments on commit 5b1f952

Please sign in to comment.