Skip to content

Commit

Permalink
fix(MenuItem): don't set disabled attribute (#608)
Browse files Browse the repository at this point in the history
* fix: menu-item disabled attribute

* fix: menu-item disabled attribute

* fix: menu-item disabled attribute
  • Loading branch information
MellKam committed Jan 13, 2024
1 parent 4917d7e commit 55252e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/radix-vue/src/Menu/MenuItemImpl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ defineExpose({
data-radix-vue-collection-item
:aria-disabled="disabled || undefined"
:data-disabled="disabled ? '' : undefined"
:disabled="disabled"
:data-highlighted="isFocused ? '' : undefined"
@pointermove="handlePointerMove"
@pointerleave="handlePointerLeave"
Expand Down

0 comments on commit 55252e2

Please sign in to comment.