Hello, I don't want to suggest anything to my user.
How can I show an empty field? Can be just blank or with a placeholder like 'choose a date'.
I tried empty string and null but both don't work.
Thanks.
Use labelFunc prop: https://codesandbox.io/s/qll08v0n06
Thanks, done! :)
In the latest versions, the message "Invalid date format" was displayed again.
null works fine for me, just use value={null}
Most helpful comment
null works fine for me, just use value={null}