Closed zacfromaustinpowder closed 3 months ago
The sample I adapted doesn't seem to be working.
GetNameFromPropertyPath
returns "MyObject.MyProperty"
as expected, yet the binding is unresponsive.
However if I manually set the text to .Text(new Binding("MyObject.MyProperty"))
it works fine.
So idk what's going on there.
pretty elegant solution! nice
The way it was before didn't work with property chains like
@vm.Foo.Bar.Baz