tommueller / ng-mat-search-bar

An Angular 2+ component for an expandable search-icon.
MIT License
37 stars 9 forks source link

Fix problem with enter key on iOS #25

Closed quedicesebas closed 4 years ago

quedicesebas commented 4 years ago

As this issue of Angular suggested, https://github.com/angular/angular/issues/32963#issuecomment-543712884, the problem is and iOS bug, because of the autocapitalization. I made a fix as is suggested in that issue comment.

Resolves issue #24