0

Playing with mobile css adaptation and wonder if it is possible to set input keypad on mobile devices to standard keypad in lower mode?

<input type="number"> -> sets to numeric keypad

<input type="text"> -> sets to standard keypad

Possible with CSS or JS?

Regards

osomanden
  • 599
  • 1
  • 10
  • 26
  • Could it be a duplicate of : https://stackoverflow.com/questions/5963158/html5-form-input-pattern-currency-format ? – JFC Jul 09 '17 at 16:08
  • Anyways, I think what you're looking for is : < input type="number" pattern="[0-9]*" / > – JFC Jul 09 '17 at 16:09
  • Perhaps I need to elaborate. I look for the option to start the text keypad with lowercase letters. – osomanden Jul 09 '17 at 16:25
  • Doesn't it depend of your phone settings, wether you want the first letter to be capitalised of not? If so, no theres no way (no way that i personnaly know. Sry). – JFC Jul 09 '17 at 16:28
  • Having the feeling.. that you are correct.. arg ;-) – osomanden Jul 09 '17 at 16:30

0 Answers0