Skip to content
This repository was archived by the owner on Nov 22, 2021. It is now read-only.
This repository was archived by the owner on Nov 22, 2021. It is now read-only.

Autocomplete debounce-delay is broken with long-running requests #888

@mryellow

Description

@mryellow

With the request not responding before the delay timer it waits for them to finish and then sends more requests.

Steps to duplicate:

  • Type 3 characters.
  • 1 request is sent and waits for a response
  • Response arrives
  • Delay is triggered
  • Another request is sent
  • Response arrives
  • Delay is triggered
  • Another request is sent

Expected results:

  • Type 3 characters
  • 1 request is sent
  • If further characters are typed when this is pending, the request should be cancelled

debounce-delay functioning should be not be dependant on response times.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions