Skip to content

Commit

Permalink
refactor on #14726
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Feb 13, 2024
1 parent 1a5367d commit fa49be9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/chips/chips.ts
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ export class Chips implements AfterContentInit, ControlValueAccessor {
case 'Tab':
if (this.addOnTab && inputValue && inputValue.trim().length && !this.isMaxedOut) {
this.addItem(event, inputValue, true);
event.preventDefault();
}

break;
Expand Down

0 comments on commit fa49be9

Please sign in to comment.