kaylinkhanal / sahayatri

0 stars 3 forks source link

Implemented phoneNumber input focusing on first mount. #20

Closed nishanbudhathoki2266 closed 1 year ago

nishanbudhathoki2266 commented 1 year ago

I have implemented focusing of phone field in the login page. Whenever the page is loaded, the phone number field is focused so that the user can directly fill the field without having to focus the field manually. I have used useRef hook to hook the field with our application and useEffect to perform DOM manipulation (side effect)

The UI looks like this: image