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>
|
<template>
|
||||||
<ComboboxContent v-bind="forwarded" :class="cn('max-h-[300px] overflow-y-auto overflow-x-hidden', $attrs.class ?? '')">
|
<ComboboxContent v-bind="forwarded" :class="cn('max-h-[300px] overflow-y-auto overflow-x-hidden', $attrs.class ?? '')">
|
||||||
|
<div role="presentation">
|
||||||
<slot />
|
<slot />
|
||||||
|
</div>
|
||||||
</ComboboxContent>
|
</ComboboxContent>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user