Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debouncing doesn't seem to work on autocomplete (and maybe components?) #36

Closed
jrdh opened this issue Jun 17, 2024 · 0 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@jrdh
Copy link
Member

jrdh commented Jun 17, 2024

Description
Using the delay options prop on the autocomplete textbox doesn't seem to debounce the change event.

Expected Behaviour
The autocomplete textbox component's change event to be debounced using the delay options prop value.

To Reproduce
Something like this:

<ZoaInput
  class="w-1/2"
  zoa-type="autocomplete-textbox"
  label-position="none"
  :options="{placeholder: 'Choose a dataset...', options: datasets, delay: 400}"
  @change="loadDatasets"
  v-model="datasetKey"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants