Use this instead of input[type="number"]

· Frontend-Flavored Fancies


<input type="text" inputmode="numeric" pattern="[0-9]+">

https://html-css-tip-of-the-week.netlify.app/tip/input-type-number/