Udo Schöfer

Results 28 comments of Udo Schöfer

@rernens Hi and sorry for the late reply! > My investigation shows that the formModel contains, the second time, the values entered by the user the first time, despite the...

@rernens `not from a different module but from a different file that exports it.` Yes, that's what I mean. By definition a TypeScript file is also a TypeScript module :-)

@sarora2073 Thanks for your proposal. I'll add the missing binding with the next patch version.

@rernens @sarora2073 Hey there! I'm sorry, but I can't verify a bug here at the moment. Please have a look at the Bootstrap [sample component](https://github.com/udos86/ng-dynamic-forms/blob/master/sample/app/ui-bootstrap/bootstrap-sample-form.component.ts). There's test code for that...

@rernens > I am wondering if the problem is not really related to the changeDetectionStrategy.onPush I'm pretty sure that this is causing your problems. When using this change detection you...

@sarora2073 > Glad to do a PR if you like. Great! Just do it :-) @rernens > I am not sure to understand your statement as the following code works...

@romejoseph Thank you very much for reporting this. If this is directly related to the Angular Issue there's not much I could do but I'll take a closer look.

@romejoseph Just to gain some deeper insight into your use case: * Why do you need to recreate the form? * How often / when do you need to recreate...

@Karamuto @iangabrielsanchez > the method "showSeconds" is referenced instead of called: "showSeconds()", this needs to be fixed. Mmh, `showSeconds` isn't a method, it's a boolean value. I'll take a closer...