Is `FormField.localDate()` behaviour correct? If I...
# http4k
d
Is
FormField.localDate()
behaviour correct? If I write
Copy code
FormField.localDate().optional("new-itemSellBy")
and then extract from a form where the user hasn’t selected a date with a datepicker, then the formField is submitted as
""
which fails to parse, rather than yielding a null localdate