added descriptions to attendee options
This commit is contained in:
@@ -301,7 +301,10 @@ const filteredMembers = computed(() => {
|
|||||||
<template v-for="r in eventRoles" :key="r.id">
|
<template v-for="r in eventRoles" :key="r.id">
|
||||||
<ComboboxItem :value="r.id"
|
<ComboboxItem :value="r.id"
|
||||||
class="data-[highlighted]:bg-accent data-[highlighted]:text-accent-foreground relative cursor-pointer select-none px-2 py-1.5 w-full">
|
class="data-[highlighted]:bg-accent data-[highlighted]:text-accent-foreground relative cursor-pointer select-none px-2 py-1.5 w-full">
|
||||||
{{ r.name }}
|
<div class="flex justify-between w-full gap-8">
|
||||||
|
<p>{{ r.name }}</p>
|
||||||
|
<p class="text-muted-foreground">{{ r.description }}</p>
|
||||||
|
</div>
|
||||||
<ComboboxItemIndicator
|
<ComboboxItemIndicator
|
||||||
class="absolute left-2 inline-flex items-center">
|
class="absolute left-2 inline-flex items-center">
|
||||||
<Check class="h-4 w-4" />
|
<Check class="h-4 w-4" />
|
||||||
|
|||||||
Reference in New Issue
Block a user