File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/igniteui-angular/src/lib/combo Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ export enum IgxComboState {
81
81
}
82
82
83
83
/** Event emitted when an igx-combo's selection is changing */
84
- export interface IComboSelectionChangeEventArgs extends CancelableEventArgs , IBaseEventArgs {
84
+ export interface IComboSelectionChangeEventArgs extends CancelableEventArgs , IBaseEventonSeaArgs {
85
85
/** An array containing the values that are currently selected */
86
86
oldSelection : any [ ] ;
87
87
/** An array containing the values that will be selected after this event */
@@ -489,7 +489,7 @@ export class IgxComboComponent extends DisplayDensityBase implements IgxComboBas
489
489
* ```
490
490
*/
491
491
@Output ( )
492
- public onSearchInput = new EventEmitter < IComboSearchInputEventArgs > ( ) ;
492
+ public onSearchInput = new EventEmitter < CancelableBrowserEventArgs & IBaseEventArgs > ( ) ;
493
493
494
494
/**
495
495
* Emitted when new chunk of data is loaded from the virtualization
You can’t perform that action at this time.
0 commit comments