We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Customer should be able to insert a multi digit quantity into quantity input in Cart Sidebar
After inserting first digit, the updateCart request is being immediately sent; no more digits can be inserted into the input
updateCart
The text was updated successfully, but these errors were encountered:
➤ Igor Wojciechowski commented:
Maybe we should update cart on lost focus?
Sorry, something went wrong.
#6233 ( https://github.com/vuestorefront/vue-storefront/pull/6233|smart-link )
Merge pull request #6233 from vuestorefront/#6226-cart-customer-canno…
d5072a7
…t-insert-multi-digit-quantity-into-input fix(core): add debounce for updateCartQuantity
igorwojciechowski
Successfully merging a pull request may close this issue.
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 inputSteps to reproduce
The text was updated successfully, but these errors were encountered: