Open ethanve opened 3 years ago
Hey Jason!
Playing around with V2 and loving it. I noticed that creating a yup.date with a default value doesn't actually render the default. Example here: https://codesandbox.io/s/lucid-sky-07247?file=/src/App.js
yup.date
Happy to take a stab at a fix if this is an actual issue
👋 it seems to work with type='date-local' on the field, not sure why the others don't tho. If you want to investigate i'd appreciate it
type='date-local'
Hey Jason!
Playing around with V2 and loving it. I noticed that creating a
yup.date
with a default value doesn't actually render the default. Example here: https://codesandbox.io/s/lucid-sky-07247?file=/src/App.jsHappy to take a stab at a fix if this is an actual issue