We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b236d0 commit d0cc253Copy full SHA for d0cc253
README.md
@@ -380,7 +380,7 @@ public class UserViewModel : IBindingContext
380
381
public string Name
382
{
383
- get => _name.Value;
+ get => _user.Name;
384
set
385
386
if (_name.TrySetValue(value))
@@ -414,7 +414,7 @@ public partial class UserViewModel : IBindingContext
414
[WithObservableBackingField]
415
416
417
418
419
420
0 commit comments