Bug
Demo URL (required)*:
https://material.angularjs.org/latest/demo/autocomplete
(No errors is Browser Console.
Error in Browser Console:
SyntaxError: Invalid regular expression: /^test (/: Unterminated group
at new RegExp (<anonymous>)
at ee.createRegex (angular-material.min.js:7)
at ee.onRender (angular-material.min.js:7)
at m.$digest (angular.js:19143)
at b.$apply (angular.js:19503)
at Object.$$debounceViewValueCommit (angular.js:30903)
at Object.$setViewValue (angular.js:30877)
at HTMLInputElement.l (angular.js:26518)
at sg (angular.js:3826)
at HTMLInputElement.d (angular.js:3814)
This bug appeared after upgrade from v1.1.21 to v1.1.22

Thank you for this report! I can reproduce this on the docs and locally. The regression was caused by PR https://github.com/angular/material/pull/11855. @psamim you may be interested in this. Hopefully I can fix it quickly and easily.
Investigating...
Opened PR https://github.com/angular/material/pull/11911 to fix tihs.
Most helpful comment
Thank you for this report! I can reproduce this on the docs and locally. The regression was caused by PR https://github.com/angular/material/pull/11855. @psamim you may be interested in this. Hopefully I can fix it quickly and easily.
Investigating...