ngx-mat-intl-tel-input
ngx-mat-intl-tel-input copied to clipboard
Safari: Allow select/copy/paste
Tested on Safari for Mac, latest version.
Due to the onInputKeyPress
being quite restrictive, and Safari treating the keyboardPress event differently to other browsers, it was not possible to select all/copy/paste phone numbers into the input.
This PR resolves that by allowing ctrl/meta characters as part of the onInputKeyPress
method