This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
v0.12.6
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>