Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

v0.12.6

Compare
Choose a tag to compare
@hippee-lee hippee-lee released this 26 Jul 20:29
· 1602 commits to next since this release

clrPassword Component

Clarity forms added the clrPassword input for use in new Clarity forms.

Please note: full documentation for the new Clarity forms module will be published once all of the new forms components are ready.

If you are already using them and want to use aclrPassword input, one way to use it looks like this:

<clr-password-container>
    <input clrPassword [(ngModel)]="model" />
</clr-password-container>