Hi everyone.
How can I force the Id and name of the <nop-editor asp-for = "Sku" /> in ProductPart_Sku?

I would like this result:
                     <input class = "form-control text-box single-line" id = "ProductPart_Sku" name = "ProductPart_Sku" type = "text" value = "" width = "200">

Thank you