tonjo

Results 7 comments of tonjo

Have you checked the generated html output? Is `id_serviceRequestDate_picker` correct? Given your field name, it should be `id_serviceRequestDate`. From Django docs: ``` Its id, in turn, is generated by prepending...

Maybe I'm wrong, but simply check the real datepicker id. I guess it's `id_serviceRequestDate`, not `id_serviceRequestDate_picker`. Check it with Firebug or Chrome developer tools.

Great job for both of you ;) @nkunihiko, are all options supported? For example, can I set `startDate` in `options` widget argument? It seems ignored...

I don't know if it helps, but I'm Italian, l10n works out of the box, having the system language configured properly, in `settings.py` or equivalent: ``` LANGUAGE_CODE = 'it-IT' USE_L10N...

Just a comment, the `_.clone` inside data() can be avoided. You said _mapGetters not ready yet_ . If the purpose is to avoid errors on `layout` undefined, just put a...

@funkel1989 yes, definitely a better idea

> Hello all! Thanks for the feedback. ☕ > > This should have been fixed by #548 > > It is now available in Typer `0.12.4` 🚀 Just upgraded to...