I have this problem where I want to have an input that can take both numbers and letters. I want to be able to increase and decrease the numbers only but keep letters unchanged and also the user can't delete the letters. like the following picture:
input with numbers and ltters only
I had a workaround, by putting <span>mm</span>
next to numbers using position: absolute;
.
Is there any better way to do it?