Skip to content

Commit

Permalink
fix(igx-autocomplete): remove method; remove selectors in dd group #3585
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata committed Jan 30, 2019
1 parent b9e68b3 commit 2518ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,6 @@ export class IgxAutocompleteDirective extends IgxDropDownItemNavigationDirective
this.close();
}

/**
* @hidden
*/
handleFocus() {}

/**
* @hidden
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ let NEXT_ID = 0;
* a `<igx-drop-down>` container.
*/
@Component({
selector: 'igx-drop-down-item-group, igx-select-item-group, igx-autocomplete-item-group',
selector: 'igx-drop-down-item-group, igx-select-item-group',
template: `
<label id="{{labelId}}">{{ label }}</label>
<ng-content select="igx-drop-down-item, igx-select-item-group, igx-autocomplete-item-group"></ng-content>
<ng-content select="igx-drop-down-item, igx-select-item-group"></ng-content>
`
})
export class IgxDropDownGroupComponent {
Expand Down

0 comments on commit 2518ab9

Please sign in to comment.