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?