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 |
Beta Was this translation helpful? Give feedback.
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.Mvvm
code generators in my view model to handle observable properties.I have the following code and I'm trying call
GetSuggestions()
method when theSearchText
changes.This is giving me the following error:
What am I doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions