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 c7b4afd + ea07dd4 commit 1a50fb5Copy full SHA for 1a50fb5
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