Posts by Danilo Batista de Oliveira Nev • 11 points
2 posts
-
0
votes0
answers48
viewsQ: Angular - Form control does not identify field within an object I refer to
How do I make the form control name identify a field that is within a model I refer to? I’m having this error: Cannot find control with name: 'dtInicio' i have this field in the formcontrol…
-
0
votes2
answers384
viewsQ: Angular - How to disable a field without disabling the value
Good evening guys, I have a very simple angular question. I have a form, it has a specific field that I set the value by a patch value but at the same time need to disable in that field. However…