DOM Exception in Admin Tab(s)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
Hello,

When we go to http://admin-demo.nopcommerce.com/Admin/Customer/Edit/6 even on nopCommerce demo site and use developer tools in browser then we can clearly see following DOM error:

[DOM] Found 3 elements with non-unique id #Id: (More info: https://goo.gl/9p2vKq) <input type=​"hidden" data-val=​"true" data-val-required=​"The Id field is required." id=​"Id" name=​"Id" value=​"6">​ <input type=​"hidden" data-val=​"true" data-val-required=​"The Id field is required." id=​"Id" name=​"Id" value=​"6">​ <input type=​"hidden" data-val=​"true" data-val-required=​"The Id field is required." id=​"Id" name=​"Id" value=​"6">​


However, because all three inputs have same "id" and same "value" so it is not creating any problem but still it does not appears on other pages such as product edit..

Thank you,
Atul
5 years ago
Thanks, Atul. Alreadyreported
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.