Angular Material - Setting the delay to select a new chip before refocusing on the input (≥1.1.2) - Angular Material Tutorial
Setting the delay to select a new chip before refocusing on the input (≥1.1.2)
From versions 1.1.2 and up, you can set the delay to select a new chip before refocusing on the input.
Use the md-chip-append-delay attribute to set it (in milliseconds):
Example:
According to angular-material:
This is necessary for keyboard accessibility for screen readers. It defaults to 300ms and any number less than 300 can cause issues with screen readers (particularly JAWS and sometimes NVDA).