Quantity field is inactive and user cannot "click into it" to adjust quantity in any way - keyboard input, buttons, scroll, etc.
Quantity should be adjustable in offline mode
next.storefrontcloud.io
Pick one option.
develop branch and create Pull Request 2. Feature / Improvement back to develop.release branch and create Pull Request 3. Stabilisation fix back to release.hotfix or master branch and create Pull Request 4. Hotfix back to hotfix.I guess it should be fixed in both: 1.11 / 1.10
@ArturDivante Seems like it works, even on next:

@andrzejewsky You are switching to offline from PDP itself. Pls follow my steps and turn to offline mode before you open PDP.
@ArturDivante ok now I see, sorry
@ArturDivante I'm not too sure if we can solve it as this is how it was designed. You cannot use all of functionalities in the offline mode, some of them are limited. In the offline mode we processing the data that has been loaded already.
It doesn't work because you are not checking the stock on the category page but only when you visit product page. Because of you visit this page in the offline mode, you can't change the quantity.
To fix this issue, we have to check quantity on the category page which will be super heavy when it comes to performance. Other solution is using some cache / vuex state for products that you visited in the past, but it will be working only for them (visited), not for the new ones.
For me it sounds like improvement, not a bug. What do you think @pkarw @filrak @patzick?
@andrzejewsky lets take it easy; in the offline mode stock check should be disabled so user should be able to add any qty they wanted; then when the cart is being synced magento / backend is checking the available qty anyway and raising an issue when needed
@pkarw yeah... sorry for complicating such a simple thing 馃槃 PR prepared