Thanks for the reply. I started doing this but I already hit my first snag…Input fields.
Right now I have the inputs formatted at currency with the “$” selected.
I’m able to accomplish the currency change but the input has to be a “text” input which breaks a lot of things since heavy calculations happen based on these inputs.
I know I could also keep the input as a number and just not formatted it as currency. I then would have to go around and ad the currency symbol as a text field next to each input like i did below for the this example… Maybe its just mean but this just doesn’t look near as nice.
Am I missing a more elegant solution?