This repository has been archived by the owner on Sep 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 267
Support type=number to show mobile numeric keyboard for all fields #85
Comments
Bump for this, as I am currently experiencing same issue. type="tel" works fine but its not ideal |
+1 to this |
+1 to this. |
+1 |
5 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now if we use
<input type=number>
, I got Javascript error because onlytype=text
is supported.This is important for mobile since we don't want to show a regular keyboard but only numeric keyboard. How to fix this? I may work around and use
tel
but it's a hack.The text was updated successfully, but these errors were encountered: