通过W3C验证器验证ngbDatepicker

时间:2020-07-17 14:05:03

标签: angular ng-bootstrap w3c html-validation

我已经开发了一个angular(9)应用,现在需要根据客户的要求使用W3C进行验证。

这是我第一次使用W3C验证有角度的html,自“ ngbDatepicker”以来,我已经摆脱了大部分的标签和属性麻烦。

这是字符串:

<input class="form-control datepickerInputField" id="dateFrom" [formControlName]="'dateFrom'" 
name="dateFrom" ngbDatepicker #d1="ngbDatepicker" aria-describedby="dateFrom"> 

这里是W3C错误:

Error: Attribute ngbdatepicker not allowed on element input at this point.

无论如何,我们将不胜感激。 预先感谢,

马蒂亚

0 个答案:

没有答案