Damon Smith
Damon Smith
To me it looks like the antd datepicker returns both the date object and the formatted string, but formik-antd takes only the date object, does an toISOString() on it and...
I've raised a PR for this: https://github.com/jannikbuschke/formik-antd/pull/175
I would suggest you put some debug in the ko.validation.group function and just see how many observables are being traversed to create the group. These functions that go off doing...
I can confirm from experience working on a large codebase involving knockout that developers with some knowledge of the basics always recreate their validation groups and that it's a real...
sorry I don't think I was clear enough. Developers here recreate validation groups but they don't have a valid use case for doing so, it's just that from the available...
Yeah I see what you mean, If rel="import" is not going to be supported by browsers it doesn't really make sense without an automatic polyfill of some sort. I'll change...
Actually looking at the template polyfill implementations out there and the various limitations around them I don't think I have the time or interest to implement a polyfill here sorry....