mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #4632 - Menu components pt context disabled updates
This commit is contained in:
parent
e8acbefd2a
commit
1953c34171
13 changed files with 42 additions and 5 deletions
|
@ -103,7 +103,8 @@ export default {
|
|||
context: {
|
||||
index,
|
||||
active: this.isItemActive(item),
|
||||
focused: this.isItemFocused(item)
|
||||
focused: this.isItemFocused(item),
|
||||
disabled: this.isItemDisabled(processedItem)
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue