By default, date inputs look great in iOS. By as soon as you make them block
level, they require extra finesse to work out alignment of text within the input (their value
).
This bug was fixed in v3.2.0 via this pull request.
Shows up perfect by default.
Notice the misalignment compared to above.
The initial problem of block
level alignment is exacerbated by the height
we apply.
Specify a pixel line-height
though, and you're set.