DateField that starts with empty date and updated programmatically #4303
-
As far as I can see, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The value can be |
Beta Was this translation helpful? Give feedback.
The value can be
null
to set it to an empty value. However, in the current release TypeScript strict mode complains about this so you may need to@ts-ignore
. This is already fixed in the latest nightly, and will be part of our upcoming release very soon.