Skip to content

Commit

Permalink
fix(AccordionItem): proxy as prop to CollapsibleRoot (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac authored May 29, 2024
1 parent d5cad46 commit 8f73df3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/radix-vue/src/Accordion/AccordionItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ function handleArrowKey(e: KeyboardEvent) {
:data-state="dataState"
:disabled="disabled"
:open="open"
:as="props.as"
:as-child="props.asChild"
@keydown.up.down.left.right.home.end="handleArrowKey"
>
Expand Down

0 comments on commit 8f73df3

Please sign in to comment.