Skip to content

Commit ea07dd4

Browse files
authored
Merge pull request #10477 from IgniteUI/bpenkov/combo-clear
Combo clean up
2 parents 30443f2 + fff6d45 commit ea07dd4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

projects/igniteui-angular/src/lib/simple-combo/simple-combo.component.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,9 +324,6 @@ export class IgxSimpleComboComponent extends IgxComboBaseDirective implements Co
324324
// explicitly update selection and trigger text selection so that we don't have to force CD
325325
this.textSelection.selected = true;
326326
this.textSelection.trigger();
327-
const selection = this.selectionService.first_item(this.id);
328-
this._value = selection !== undefined && selection !== null ? selection : '';
329-
this._onChangeCallback(selection);
330327
}
331328

332329
/** @hidden @internal */

0 commit comments

Comments
 (0)