Example of Required DateTime field
NigelWit opened this issue · 1 comments
NigelWit commented
Could you please include an example of a required DateTime field with validation. My attempt is triggering the validation (control is highlighted in red), but not displaying the error message.
Shown in a fork of your sandbox: https://codesandbox.io/s/xlo3ol1w8w
Thanks!
NigelWit commented
Ok realized now that I have to use the "strings" property to set the error strings for a Fabric DatePicker - have updated the sandbox to show this