Vladislav
Results
1
comments of
Vladislav
Maybe it's not the best way, but changing the line from `this.currentFruit.set('');` to `event.chipInput.clear()` solved the problem. ```ts add(event: MatChipInputEvent): void { const value = (event.value || '').trim(); // Add...