Replies: 1 comment
|
You can not use Now everywhere you use this and do not use the IMHO there should be an easy way to attribute the property to call a method when the property has changed. P.S.: Is the |
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.
Uh oh!
There was an error while loading. Please reload this page.
I'm implementing auto complete feature in my .NET MAUI app and I'm using
CommunityToolkit.Mvvmcode generators in my view model to handle observable properties.I have the following code and I'm trying call
GetSuggestions()method when theSearchTextchanges.This is giving me the following error:
What am I doing wrong here?
All reactions