This is fixed, at least in T5.4.1
Nevertheless the datefield.js api is close. In fact, the requirejs module
returns null, which prevents you from having any custom behaviour. I can't
even know when a date is changed.
What I've done (I don't know if this is the best way of doing it) was catch
the b
Hello,
When a date field is surrounded by a zone component it fails parsing date
since the first input element is an encoded value (as processed by
t5/core/datefield script).
Tapestry renders an hidden input element before the input for date field
causing a failure when parsing the field da