Open Closed

Abp suite generated typeahead bug #1007


User avatar
0
JackChan created
  • 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)
  • User Avatar
    0
    alper created
    Support Team Director

    we are checking it.

  • User Avatar
    0
    ServiceBot created
    Support Team Automatic process manager

    This question has been automatically marked as stale because it has not had recent activity.

  • User Avatar
    0
    scottlmarx created

    I am experiencing this bug or issue, how did you resolve it? Although in my situation I cannot type anything, and it returns only 10 records.

  • User Avatar
    0
    alper created
    Support Team Director

    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?

  • User Avatar
    0
    scottlmarx created

    No errors anywhere and 5.1.2

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11