The goal I have in mind is to create an input field that will contain text like "100%", "54vh", or "32px".
I am attempting to utilize the number input's up and down arrows, while still allowing the user to edit the text. However, it should only allow additions if it recognizes a %, vh, or px symbol in front of the number.
---------------
| 54px | ^ |
| | v |
---------------