jeffmdemers / DccMonsters

0 stars 0 forks source link

Enter to search on iOS not working #21

Closed jeffmdemers closed 1 year ago

jeffmdemers commented 1 year ago

Probably just the wrong key code on key up.

jeffmdemers commented 1 year ago

This was due to an issue with iOS 13 and above, where "auto capitalization" causes "enter" to act like "shift+enter" on iOS. I coded it so that enter OR shift+enter now works properly.

https://github.com/angular/angular/issues/32963