bool BindingProperty isn't calling propertyChanged: when the value changes. #28490
Unanswered
DanTravison
asked this question in
Q&A
Replies: 1 comment
-
The code you provided looks correct. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the below BindableProperty declaration and found my propertyChanged logic is never getting called.
I inserted coerceValue: logic to verify the binding is working. When I break in coerceValue I can see the newValue does not equal the current value yet propertyChanged: is not invoke.
I see the same problem when I implement validateValue.
When I debug into SetValueActual it's bailing at
Due to
I'm seeing this with builds 8.0.93 and 8.0.100
Any suggestions are welcome.
Beta Was this translation helpful? Give feedback.
All reactions