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 {
8181}
8282
8383/** Event emitted when an igx-combo's selection is changing */
84- export interface IComboSelectionChangeEventArgs extends CancelableEventArgs , IBaseEventArgs {
84+ export interface IComboSelectionChangeEventArgs extends CancelableEventArgs , IBaseEventonSeaArgs {
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 < IComboSearchInputEventArgs > ( ) ;
492+ public onSearchInput = new EventEmitter < CancelableBrowserEventArgs & IBaseEventArgs > ( ) ;
493493
494494 /**
495495 * Emitted when new chunk of data is loaded from the virtualization
You can’t perform that action at this time.
0 commit comments