Validators inside DataList

Hi!
I've created a complex form which contains field but also a DataList with customer template. Each row has inside other fields with validators.
Unfortunately the validators inside the DataList are not called even if they are inside the form. Is this scenario supported?

Hi @Ricciolo,

Unfortunately this is unsupported scenario. Angular Form needs unique names of inputs/validators in while in your case they are inside template of a repeating component (DataList).

Best Regards,
Vladimir

1 Like