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
DateInput supposedly takes either an ISO date string or a JS Date object. No matter what I give it, however, the placeholder string is completely wrong - seems like an issue with whatever is parsing/constructing strings. eg.:
DateInput
supposedly takes either an ISO date string or a JSDate
object. No matter what I give it, however, the placeholder string is completely wrong - seems like an issue with whatever is parsing/constructing strings. eg.:displays this incorrect date string:
and passing it as an ISO string:
yields a different but also incorrect result:
(in both cases, i expect 01/08/2018 to display. I'm using this demo page to test: https://grommet-nextjs.herokuapp.com/examples/grommet-controls/DateInput/_starter )
The text was updated successfully, but these errors were encountered: