You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Mottie,
I noticed that when I switched my input type from text to email, e.g.
<input type="email" />
... the keyboard overwrites every key typed. I can work around it by changing the input type back to text and then writing my own custom validation function but it seems like the wrong way to approach it. Can you recommend a more native workaround?
Many thanks,
Chris
The text was updated successfully, but these errors were encountered:
Hi Mottie,
I noticed that when I switched my input type from text to email, e.g.
... the keyboard overwrites every key typed. I can work around it by changing the input type back to text and then writing my own custom validation function but it seems like the wrong way to approach it. Can you recommend a more native workaround?
Many thanks,
Chris
The text was updated successfully, but these errors were encountered: