hackslash-nitp / cura

An application, made with Flutter, that acts as a platform for the charity institutions (old-age-homes, orphanages) to connect with the people
7 stars 15 forks source link

Switching from email to phone text input field do not change keyboard type and vice-versa #43

Closed shazebK closed 2 years ago

shazebK commented 2 years ago

On a login page in lib/startup_screens/login.dart There is some problem with UI of the page, when trying to switch from phone number to email section on keeping the keyboard on does not changes the keyboard type, and user is stuck with same numpad keyboard type for writing email address and same is happening from switching email to phone section, user gets stuck with email keyboard type.

desktop

RitwikSingh28 commented 2 years ago

That is indeed an issue. I guess what we would have to do is to remove the keyboard focus automatically when the user chooses to change the authentication method.

RitwikSingh28 commented 2 years ago

Shall I assign you to solve this issue?

shazebK commented 2 years ago

Yes assign it to me, I was thinking of same solution as told by you.