You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
The binding would be respected even though it's part of a Validation Collection.
Actual Behavior
The Binding to the ViewModel's Range property doesn't occur.
Basic Information
Version with issue: 1.1.0
Last known good version: None
All platforms.
Workaround
A workaround is to refactor the ViewModel so that all of the data needed for all of the ValidationBehaviors in the collection is bound to the MultiValidationBehavior with separate properties for each item of the collection.