kuhnroyal / mat-datetimepicker

Material datetimepicker for @angular/material
MIT License
153 stars 84 forks source link

ERROR Error: Cannot find control with unspecified name attribute #466

Open EmadR opened 1 year ago

EmadR commented 1 year ago

Hi I have made a component of the calendar as follows:

Now I want to display this component inside the table using a loop, but I get the following error: ERROR Error: Cannot find control with unspecified name attribute

bbortt commented 1 year ago

do you have a stacktrace available? :)

EmadR commented 1 year ago

Can you explain a little more? I do not understand what you mean

bbortt commented 1 year ago

https://stackoverflow.com/questions/3988788/what-is-a-stack-trace-and-how-can-i-use-it-to-debug-my-application-errors

a hint where I might start to look for the problem. or a reproducible example that shows where the error happens.