We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30443f2 + fff6d45 commit ea07dd4Copy full SHA for ea07dd4
projects/igniteui-angular/src/lib/simple-combo/simple-combo.component.ts
@@ -324,9 +324,6 @@ export class IgxSimpleComboComponent extends IgxComboBaseDirective implements Co
324
// explicitly update selection and trigger text selection so that we don't have to force CD
325
this.textSelection.selected = true;
326
this.textSelection.trigger();
327
- const selection = this.selectionService.first_item(this.id);
328
- this._value = selection !== undefined && selection !== null ? selection : '';
329
- this._onChangeCallback(selection);
330
}
331
332
/** @hidden @internal */
0 commit comments