Joan Pablo
Joan Pablo
Hi @laogao >The issue I had with minLength(1) is that if the ReactiveTextField's formControl has a type of num, when the captured value is, say, 42, which is a valid...
Thanks a lot, @laogao for clarifying your use case, now I understand your needs, and I really appreciate the time you took to explain it. I will give it another...
Another thing I would like to know: You mentioned that using different validators depending on the type of question is complex, is that complexity due to Reactive Forms, or it...
Hi @laogao Thanks! I Hope you are doing well. Did you see the comments I left to you in the PR? The one that I particularly concerned is using that...
Hi @rsbichkar, Have you tried to use `$i.degree` as the formControlName in children widgets of the ReactiveFormArray?
I'm glad that you have solved the issue. Thanks to you for the issue. I will close it now, but if you have any other questions don't hesitate to create...
You're most welcome @rsbichkar
Hi @rsbichkar, Feel free to post the final code. I would advice you to use Keys in all you children widgets of the ReactiveFormArray. All the widgets that you add/remove...
Hi @dumikaiya, Thanks for these suggestions. I will take a look at Angular behavior as well as your implementation.
Hi @oravecz Thanks for using Reactive Forms and sorry for the late answer. The first example should do the job just fine. As a matter of fact, a very similar...