Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 838 Bytes

README.md

File metadata and controls

26 lines (12 loc) · 838 Bytes

Build Status

Demo and API Docs

##<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