diff options
author | Blaster4385 <[email protected]> | 2022-08-12 08:44:33 +0530 |
---|---|---|
committer | Blaster4385 <[email protected]> | 2022-08-12 08:44:33 +0530 |
commit | 30a7a079b16e1d17e8cc920d2fb3338f79767432 (patch) | |
tree | c519f0f546c5161cb1668ba74fe2370ffed9d40a /client/src/pages/Enrollment/FormOne/FormOne.jsx | |
parent | 53795fe3153f514e0eda6a01f6e55eeb50c94d46 (diff) |
Add form validators and country api
Diffstat (limited to 'client/src/pages/Enrollment/FormOne/FormOne.jsx')
-rw-r--r-- | client/src/pages/Enrollment/FormOne/FormOne.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/pages/Enrollment/FormOne/FormOne.jsx b/client/src/pages/Enrollment/FormOne/FormOne.jsx index ed83a6f..e9bff62 100644 --- a/client/src/pages/Enrollment/FormOne/FormOne.jsx +++ b/client/src/pages/Enrollment/FormOne/FormOne.jsx @@ -47,6 +47,7 @@ const FormOne = () => { value={fullName} onChange={(e) => setFullName(e.target.value)} placeholder="Enter your full name" + pattern="[a-zA-z]+" /> <div className={styles.formone__gender}> |