Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Quantity changes of cart items is not debounced #1850

Closed
senadir opened this issue Mar 3, 2020 · 0 comments · Fixed by #1864
Closed

Quantity changes of cart items is not debounced #1850

senadir opened this issue Mar 3, 2020 · 0 comments · Fixed by #1864
Assignees

Comments

@senadir
Copy link
Member

senadir commented Mar 3, 2020

Describe the bug
When you want to change a product quantity, each change requires the selector to be disabled, waiting for the server to respond, this causes a very laggy experience.

To Reproduce

  1. In a Cart block try changing an item quantity
  2. on each change, the quantity will be blocked until the server responds

Expected behavior
changes will be debounced until I stop updating the quantity.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants