##<dc-password-input>
<dc-password-input>
is a single-line password input field built on top of the paper-input field.
<dc-password-input></dc-password-input>
It may include an optional error message.
<dc-password-input error-message="Invalid input!"></dc-password-input>
<dc-password-input> has a key icon in the prefix.
<dc-password-input> has a visibility-off/visibility icon in the suffix
<dc-password-input> has a clear icon in the suffix
Tapping on the visibility icon toggles the password on and off
Tapping on the clear icon clears the contents of the input field