Hi @rustam,
I hope you are familiar with Vue JS, I can only guide you regarding this. If you check the cart page there is a cart-component that is submitting the form when you click on the update cart button that means the page will be refreshed.
You need to send the form via ajax on the change method.