Update apps/www/src/content/docs/components/combobox.md
Co-authored-by: Sadegh Barati <sadeghbaratiwork@gmail.com>
This commit is contained in:
parent
258a8fc8fa
commit
8a0efbd1c7
|
|
@ -62,7 +62,7 @@ const value = ref('')
|
|||
:aria-expanded="open"
|
||||
class="w-[200px] justify-between"
|
||||
>
|
||||
{{ value ? frameworks.find((framework) => framework.value === value?.value)?.label : 'Select framework...' }}
|
||||
{{ value ? frameworks.find((framework) => framework.value === value)?.label : 'Select framework...' }}
|
||||
|
||||
<ChevronsUpDown class="ml-2 h-4 w-4 shrink-0 opacity-50" />
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user