fix: add missing presentation role in new-york style (#175)
A <div role="presentation"> is missing from "new-york" but exists in "default"
This commit is contained in:
parent
71f5ce3c04
commit
cbb40522dc
|
|
@ -11,6 +11,8 @@ const forwarded = useForwardPropsEmits(props, emits)
|
|||
|
||||
<template>
|
||||
<ComboboxContent v-bind="forwarded" :class="cn('max-h-[300px] overflow-y-auto overflow-x-hidden', $attrs.class ?? '')">
|
||||
<slot />
|
||||
<div role="presentation">
|
||||
<slot />
|
||||
</div>
|
||||
</ComboboxContent>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user