Currency symbol inside input box

0
This post: https://community.mendix.com/questions/8465/Currency-viewer-for-Decimal gives a good sollution if you want to place an currency value before some data. It works on all location except on a input field. It will place the currency sign on top of the input box instead of inside. Anybody a trick to place the currency inside the inpubox? Regards, Ronald
asked
1 answers
1

Does the currency symbol need to be dynamic? If not, the Bootstrap Input Addons widget is one I often use to achieve just that. The style is different of course from just a "regular" currency symbol before/after the input, but I don't think it's a bad option.

Unfortunately this can't be solved with pure CSS as input elements don't allow the use of :before/:after pseudo's.

answered