mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #5470 - Dropdown Pass Through: item
This commit is contained in:
parent
45a4b259da
commit
fce857ae8c
2 changed files with 11 additions and 1 deletions
|
@ -271,6 +271,8 @@ export default {
|
|||
getPTItemOptions(option, itemOptions, index, key) {
|
||||
return this.ptm(key, {
|
||||
context: {
|
||||
option,
|
||||
index,
|
||||
selected: this.isSelected(option),
|
||||
focused: this.focusedOptionIndex === this.getOptionIndex(index, itemOptions),
|
||||
disabled: this.isOptionDisabled(option)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue