This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
Replies: 1 comment
-
You can use the angular forms module API directly without the need of the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Not really a bug, but I am trying to use the new core components in place of the older Angular components and I cannot find in docs how to migrate the existing component
clr-control-error
withclrIfError
directive and use the newcds-control-message
with similar functionality<clr-password-container> <label>Password</label> <input clrPassword formControlName="password" type="password" /> <clr-control-error *clrIfError="'required'">Password Required</clr-control-error> </clr-password-container>
<cds-password control-width="shrink"> <label>Password</label> <input formControlName="password" type="password" /> <cds-control-message status="error">error message</cds-control-message> </cds-password>
Versions
Clarity project:
Clarity Core 5.3.0
Clarity Angular/UI 5.3.0
Clarity version:
5.3.0
Framework:
Angular
Framework version:
Angular 11.2.13
Beta Was this translation helpful? Give feedback.
All reactions