Hello,
I have many input fields formatted as a currency:

And

But I need a space between the symbol and the number. I know people sometimes suggest to just write the symbol “hardcoded” after the user input - but this does not the job. Either the user can just delete it or it becomes buggy when deleting some numbers. Eitherway this is not an option for me:

becomes:

That is why I am asking for help here. May be someone has already experienced the same issue and can point me to a direction of help? Maybe a line of Javascript can fix this?
Thank you!