You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.
Right now the form-input class is designed for regular text inputs and we don't have any classes meant for input[type="date"], so your best bet for now is to style elements like that by hand.
Will leave this open though as it would be good to provide default date input styles in the future.
Even without being on IOS this also happens on other Browsers and operative systems, we might want to change the title of the issue to "Input type date doesn't style correctly"
On IOS, this is what a date field styled with
.form-input
looks:This is what the markup looks like:
It renders as expected on all other browsers.
The text was updated successfully, but these errors were encountered: