Fix is with showing the selected value
This commit is contained in:
parent
6528c0d243
commit
d4cab92052
|
|
@ -62,7 +62,7 @@ const value = ref(null)
|
||||||
:aria-expanded="open"
|
:aria-expanded="open"
|
||||||
class="w-[200px] justify-between"
|
class="w-[200px] justify-between"
|
||||||
>
|
>
|
||||||
{{ value ? frameworks.find((framework) => framework.value === value)?.label : 'Select framework...' }}
|
{{ value ? frameworks.find((framework) => framework.value === value?.value)?.label : 'Select framework...' }}
|
||||||
|
|
||||||
<ChevronsUpDown class="ml-2 h-4 w-4 shrink-0 opacity-50" />
|
<ChevronsUpDown class="ml-2 h-4 w-4 shrink-0 opacity-50" />
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user