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.