mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor #4211 - For SpeedDial
This commit is contained in:
parent
18d4c453bd
commit
d13357356b
2 changed files with 7 additions and 1 deletions
|
@ -111,7 +111,8 @@ export default {
|
|||
getPTOptions(id, key) {
|
||||
return this.ptm(key, {
|
||||
context: {
|
||||
active: this.isItemActive(id)
|
||||
active: this.isItemActive(id),
|
||||
hidden: !this.d_visible
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue