Files
alfresco-ng2-components/docs/core/directives/card-view-property-validator.directive.md
AleksanderSklorz 8c0d5fc8a1 [ACS-10282] screen reader personal files perform actions empty state not announced by screen reader (#11444)
* [ACS-10282] Display and read errors for actions values

* [ACS-10282] Added documentation
2025-12-10 09:08:57 +01:00

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.