@nospamproxy/core
    Preparing search index...

    Custom element that displays the validation errors for the child elements automatically.

    Multiple validated children will cause the display of multiple errors. It is recommended to only use a single validate binding behavior per element.

    <validated-control>
    <your-validation-target value.bind="value & validate"></your-validation-target>
    </validated-control>

    Implements

    • ValidationResultsSubscriber
    Index

    Constructors

    Properties

    controller: IValidationController
    fillSpace: boolean = false

    If true, the element uses the same layout as the element.

    Methods

    • Returns void

    • Parameters

      • event: ValidationEvent

      Returns void

    • Returns void