diff --git a/src/User/pages/Contacts/Contact.jsx b/src/User/pages/Contacts/Contact.jsx index 3eb5c2c9..b43d7d90 100644 --- a/src/User/pages/Contacts/Contact.jsx +++ b/src/User/pages/Contacts/Contact.jsx @@ -100,7 +100,13 @@ function ContactPage() {
- + { + e.target.setCustomValidity('Numbers and Symbols are not allowed.'); + }} + onInput={(e) => { + e.target.setCustomValidity(''); + }}/>