Skip to content

Commit

Permalink
fix(simple-combo): remove text selection trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Hristo Hristov authored and Hristo Hristov committed Jan 30, 2025
1 parent 0e61869 commit 6e6f359
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -465,9 +465,8 @@ export class IgxSimpleComboComponent extends IgxComboBaseDirective implements Co
}

this.composing = false;
// explicitly update selection and trigger text selection so that we don't have to force CD
// explicitly update selection so that we don't have to force CD
this.textSelection.selected = true;
this.textSelection.trigger();
}

/** @hidden @internal */
Expand Down

0 comments on commit 6e6f359

Please sign in to comment.