File tree 2 files changed +2
-5
lines changed
projects/igniteui-angular/src/lib/combo
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -879,8 +879,6 @@ export abstract class IgxComboBaseDirective extends DisplayDensityBase implement
879
879
public filteringOptions : IComboFilteringOptions = {
880
880
caseSensitive : false
881
881
} ;
882
- /** @hidden @internal */
883
- public activeDescendant = '' ;
884
882
885
883
protected _data = [ ] ;
886
884
protected _value = '' ;
Original file line number Diff line number Diff line change 49
49
</ ng-container >
50
50
< div #dropdownItemContainer class ="igx-combo__content " [style.overflow] ="'hidden' "
51
51
[style.maxHeight.px] ="itemsMaxHeight " [igxDropDownItemNavigation] ="dropdown " (focus) ="dropdown.onFocus() "
52
- [tabindex] ="dropdown.collapsed ? -1 : 0 " [attr.id] ="dropdown.id " aria-multiselectable ="true "
53
- [attr.aria-activedescendant] ="this.activeDescendant ">
54
- < igx-combo-item [itemHeight] ='itemHeight ' *igxFor ="let item of data
52
+ [tabindex] ="dropdown.collapsed ? -1 : 0 " role ="listbox " [attr.id] ="dropdown.id ">
53
+ < igx-combo-item role ="option " [itemHeight] ='itemHeight ' *igxFor ="let item of data
55
54
| comboFiltering:filterFunction:filterValue:filteringOptions:filterable:displayKey
56
55
| comboGrouping:groupKey:valueKey:groupSortingDirection;
57
56
index as rowIndex; containerSize: itemsMaxHeight; scrollOrientation: 'vertical'; itemSize: itemHeight "
You can’t perform that action at this time.
0 commit comments