Maui icon indicating copy to clipboard operation
Maui copied to clipboard

Implement `[BindableProperty]` for ValidationBehaviors

Open TheCodeTraveler opened this issue 2 months ago • 0 comments

Description of Change

Note: This PR is in draft as MultiValidationBehavior requires an Attached Bindable Property (eg BindableProperty.CreateAttached()).

This PR implements [BindableProperty] for Validation Behaviors.

PR Checklist

  • [x] Has tests (if omitted, state reason in description)
  • [x] Has samples (if omitted, state reason in description)
  • [x] Rebased on top of main at time of PR
  • [x] Changes adhere to coding standard

TheCodeTraveler avatar Dec 12 '25 22:12 TheCodeTraveler