nikhiln / ngx-international-phone-number

A simple international telephone number input for Angular
MIT License
43 stars 79 forks source link

Fix shortcuts in Mac + Add (Cmd || Ctrl) + Z #63

Closed filipemendes1994 closed 4 years ago

filipemendes1994 commented 4 years ago

After the addition of the onlyNumber directive (!59), shortcuts in Mac were unavailable. This PR fixs this problem, adding the metaKey pressing when a KeyboardEvent happens.

Also, (Cmd || Ctrl) + Z is now available.