-
I'm trying to do a search from a drop-down list
With direct declaration of values, everything works successfully.
But as soon as I need to get this data from the database, an error occurs.
I also tried assigning it to SetParametersAsync(). Also to no avail.
|
Beta Was this translation helpful? Give feedback.
Answered by
KisaPs
Feb 22, 2024
Replies: 2 comments 5 replies
-
@KisaPs hi. try this code
CustomFilter.razor
|
Beta Was this translation helpful? Give feedback.
3 replies
-
@KisaPs please provide a mini-project for repro this issue. database use sqlite. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I created a mini-project, but I couldn't repeat the problem. Everything works. Where is the reason for the error I cannot understand