IComboSearchInputEventArgs
Event emitted when the igx-combo's search input changes
Properties
Section titled "Properties"cancel
Section titled "cancel"Inherited from: IBaseCancelableEventArgs
Provides the ability to cancel the event.
cancel: boolean Defined in projects/igniteui-angular/core/src/core/utils.ts:421
Optional owner
Section titled "owner"Inherited from: IBaseCancelableEventArgs
Provides reference to the owner component.
owner?: any Defined in projects/igniteui-angular/core/src/core/utils.ts:428
searchText
Section titled "searchText"The text that has been typed into the search input
searchText: string Defined in projects/igniteui-angular/combo/src/combo/combo.component.ts:51