Hi!

I'm trying to create a mixin that puts a jquery datepicker on a regular
TextField. It's working on a property of type String, but I get an error
saying that 'translate is bound to null' if I try to use it on a field of
type java.util.Date. I have contributed type coercions between String and
Date, and I thought that was enough. Isn't it?

Maybe I should just try to copy the built-in datepicker in T5, but it seems
kind of complex, and it's hard to figure out what parts I actually need.

Reply via email to