I have a dash app that takes a lot of input from users. I would like to use dbc InputGroups in order to keep track of all the inputs nicely. One of the inputs is a dollar ammount and I would like to use the addOn to display a dollar sign in front of it. But when I add this componenet the dollar sign is written as text above the input box rather than inline/ within the box like the examples I have seen. Any idea why this is happening
Code:
Result:
Desired result would be somthing like this: