<input type="text" class="txt All" placeholder="0" value="">
If you enter it as a keyboard in the order quantity, the value changes.
In the Chrome console,
document.querySelectorAll("[class='txt All']")[0].value = 2;
is not used.
What should I do to enter it?