2

I have a a input type "number" that I need placeholders to be: DD for day, MM for Month and YYYY for year. In Chrome, it does show the placeholder, but if I try input="number" and placeholder="DD" it shows the field empty when I run it on my Android device.

Any ideas?

galgo
  • 734
  • 3
  • 17
  • 45

1 Answers1

0

Older WebKit didn't support placeholder for type=number.

int32_t
  • 5,774
  • 1
  • 22
  • 20