This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Description
When you use the input helper for a password field, the value attribute is not rendered. When you use the editor helper, the value attribute is rendered. This is how it works in MVC 5, I haven't tried in Core but a quick look at the code tells me it should work the same (see DefaultEditorTemplates.PasswordTemplate.
Is there a reason for this difference?