Christoph Steiner
Results
1
issues of
Christoph Steiner
bug(Chip Input): matChipInputSeparatorKeyCodes won't recognize ";" and doesn't recognize pasted text
12
#### Reproduction Use StackBlitz to reproduce your issue: [https://stackblitz.com/edit/angular-cr3nwj?file=src/app/chips-autocomplete-example.ts](https://stackblitz.com/edit/angular-cr3nwj?file=src/app/chips-autocomplete-example.ts) Steps to reproduce: 1. Using a mat-form-field with mat-chip-list and an input. 2. Declare the [matChipInputSeparatorKeyCodes]="separatorKeysCodes", with separatorKeysCodes: number[] = [ENTER,...
feature
P3
area: material/chips