Fixed #5470 - Dropdown Pass Through: item

This commit is contained in:
tugcekucukoglu 2024-03-29 08:32:58 +03:00
parent 45a4b259da
commit fce857ae8c
2 changed files with 11 additions and 1 deletions

View file

@ -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)