TODO cleanTel
This commit is contained in:
parent
3b13a398f4
commit
f59670dfb5
@ -641,6 +641,10 @@ const composedPath = el => {
|
||||
// validate an array of emails
|
||||
const validateEmails = arr => arr.every(validateEmail);
|
||||
|
||||
// TODO
|
||||
// clean a telephone number (removes +, - ...)
|
||||
const cleanTel = tel => tel;
|
||||
|
||||
// copy of a string
|
||||
const copyToClipboard = str => {
|
||||
let el = document.createElement("textarea");
|
||||
|
Loading…
x
Reference in New Issue
Block a user