ABP Framework version: v 4.2.1
UI type: Blazor
DB provider: EF Core
Tiered (MVC) or Identity Server Separated (Angular): no
Exception message and stack trace:
Steps to reproduce the issue:
Create a new entity: Author
Create a new entity: Book, which has a navigate property to Author with the typeahead UI type.
Add 8 authors for sample data.
Add a new book and type "bill" for author, the UI returns Bill Gates. But actually it requested and returned all 8 authors, no matter what you type.
Look into the Request Url, it did not post the "filter" parameters, it just requested all of the records.
5 Answer(s)
-
0
we are checking it.
-
0
This question has been automatically marked as stale because it has not had recent activity.
-
0
-
0
it returns 10 records as default. but you should be writing into the typeahead component. do you get any console errors. and what's your suite version?
-
0
No errors anywhere and 5.1.2