I am currently in the process of creating my first custom Shopify website, but I am facing a challenge.
I would like to incorporate a feature that allows for an increase or decrease in quantity using text input instead of number input (to remove the up and down arrows).
Something similar to this:
Below is the HTML input tag provided:
<input type="number" id="updates_{{ item.key }}"
value="{{ item.quantity }}" min="0" pattern="[0-9]*"
data-quantity-item="{{ forloop.index }}">