mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
* [ACS-10282] Display and read errors for actions values * [ACS-10282] Added documentation
1.5 KiB
1.5 KiB
Title, Added, Status, Last reviewed
| Title | Added | Status | Last reviewed |
|---|---|---|---|
| CardViewPropertyValidator directive | v8.3.0 | Active | 2025-12-10 |
CardViewPropertyValidator directive
Checks validators defined on property.
Basic Usage
<input
adf-card-view-property-validator
[property]="property"
(validated)="onValidation($event)"/>
Class members
Properties
| Name | Type | Default value | Description |
|---|---|---|---|
| property | CardViewBaseItemModel |
Property for which validations should be triggered. |
Events
| Name | Type | Description |
|---|---|---|
| validated | EventEmitter<string[]> |
Emitted after validation. Emits list of errors or empty array if input is valid. |