Skip to content

Autocomplete via 'Dynamic data source' fetch call has race condition #27

@jackward-countdown

Description

@jackward-countdown

For example you can see this in effect in the documentation itself given your response time to the dynamic data source is high enough.

  • Go to Dynamic Data Source on: https://bulma-tagsinput.netlify.app/get-started/usage/
  • Type a country name as quickly as you can without making a typo
  • If I type "New Z" in 0.2 sec and my response time from the server is 0.21 sec, 4 fetch calls will be fired to return a source. Once the 4 different fetch calls have completed, the autocompleted tags are now populated with "New Zealand" 4 different 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