Skip to content

Commit a71a892

Browse files
committed
chore(combo): fix typos #7282
1 parent 567aec9 commit a71a892

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/combo/combo.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export enum IgxComboState {
8181
}
8282

8383
/** Event emitted when an igx-combo's selection is changing */
84-
export interface IComboSelectionChangeEventArgs extends CancelableEventArgs, IBaseEventonSeaArgs {
84+
export interface IComboSelectionChangeEventArgs extends CancelableEventArgs, IBaseEventArgs {
8585
/** An array containing the values that are currently selected */
8686
oldSelection: any[];
8787
/** An array containing the values that will be selected after this event */
@@ -489,7 +489,7 @@ export class IgxComboComponent extends DisplayDensityBase implements IgxComboBas
489489
* ```
490490
*/
491491
@Output()
492-
public onSearchInput = new EventEmitter<CancelableBrowserEventArgs & IBaseEventArgs>();
492+
public onSearchInput = new EventEmitter<IComboSearchInputEventArgs>();
493493

494494
/**
495495
* Emitted when new chunk of data is loaded from the virtualization

0 commit comments

Comments
 (0)