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

[Cart] Customer cannot insert multi digit quantity into input #6226

Closed
sync-by-unito bot opened this issue Aug 24, 2021 · 2 comments · Fixed by #6233
Closed

[Cart] Customer cannot insert multi digit quantity into input #6226

sync-by-unito bot opened this issue Aug 24, 2021 · 2 comments · Fixed by #6233
Assignees
Labels

Comments

@sync-by-unito
Copy link

sync-by-unito bot commented Aug 24, 2021

Expected result

Customer should be able to insert a multi digit quantity into quantity input in Cart Sidebar

Actaul result

After inserting first digit, the updateCart request is being immediately sent; no more digits can be inserted into the input

Steps to reproduce

  1. Go to category page
  2. Add product to cart
  3. Open Cart Sidebar
  4. Focus quantity input and insert more than 1 digit value
@sync-by-unito
Copy link
Author

sync-by-unito bot commented Aug 24, 2021

➤ Igor Wojciechowski commented:

Maybe we should update cart on lost focus?

@sync-by-unito
Copy link
Author

sync-by-unito bot commented Aug 24, 2021

igorwojciechowski added a commit that referenced this issue Aug 25, 2021
…t-insert-multi-digit-quantity-into-input

fix(core): add debounce for updateCartQuantity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant