Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Use `type="number | tel"` for <TimePicker /> inputs in order for users to see numeric keyboard on mobile devices #3434
Comments
|
Team, I want to work on this one. Just wanted to clarify the solution before starting the work. Will adding Please let me know. |
|
This isn't a telephone number, so you should use |
|
I saw this was tagged as a good first issue, so I took a look at this today. The noticeable difference between the current implementation and using An alternative that could be used for this field is the HTML5 |


Hi folks,
Right now
<TimePicker />component renders the following inputse.g.
so users see the following keyboard on mobile devices
And to type time they need to do extra clicks on their keyboard (to switch to numeric).
I was wondering if it is possible to change input type to either
numberortelin order for mobile users to see numeric keyboard by default.Please let me know if this request makes sense.🙏
Thank you