Hi community!
What would be the proper way to add a unit inside a number input?
The goal is not to add a span with a negative left margin to come over the input, but to really insert a non-editable unit directly after the number, adapting to the number length:
[....3€....]
[...333€...]
[..33333€..]
I've found this calculator to achieve this result quite elegantly, but can't figure how to get the same effect.
Any ideas?