defaultValue for datetime-local input doesn't show up #10287
Unanswered
IvanTheWonderful
asked this question in
General
Replies: 1 comment
-
Please provide a codesandbox url to re-produce the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
defaultValue for datetime-local input doesn't work if I initialize form like useForm( { default: { dateAndTime: new Date() }}). It works if I declare it in input defaultValue
Beta Was this translation helpful? Give feedback.
All reactions