打开 关闭

Abp suite generated typeahead bug #1007


User avatar
0
JackChan 创建
  • 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 答案
  • User Avatar
    0
    alper 创建
    支持团队 Director

    we are checking it.

  • User Avatar
    0
    ServiceBot 创建
    支持团队 Automatic process manager

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

  • User Avatar
    0
    scottlmarx 创建

    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 创建
    支持团队 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 创建

    No errors anywhere and 5.1.2

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