-
Notifications
You must be signed in to change notification settings - Fork 471
[Bug] RequiredStringValidationBehavior stays invalid when it should be valid #1969
Comments
I think you are not properly binding At the moment you are setting You should do something like this:
For reference: https://learn.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/data-binding/basic-bindings#bindings-without-a-binding-context |
Yes. Isn't |
When you are executing this?
|
Yes, I got what you are saying! Should the following version work though?
It doesn't work either. |
No, it cannot work. You have to set the binding with .SetBinding() |
What's the purpose of |
You need to learn more about Binding and BindingContext. |
Description
RequiredStringValidationBehavior stays always invalid
Steps to Reproduce
Expected Behavior
Actual Behavior
The RequiredStringValidationBehavior stays invalid
Basic Information
The text was updated successfully, but these errors were encountered: