Users have the option to input a price, but I want to enhance this by automatically adding a '£' sign whenever they type a number key.
This is how it should look in the input field:
// empty
£1 // first keydown
£12
£125
For reference here's an example: https://jsfiddle.net/Daniel_Knights/6xn12tj9/6/
Any suggestions on how to make this happen? I've tried a few things without much success.