disable/remove the currency conversion on currency fields

How to disable showing the converted currency value for currency fields in skuid

Once you have a multicurrency org - the Skuid default will be to show the currency also converted to the default currency for the org.  There is no declarative way to get around this. 

Now I imagine if you tried hard enough you could find the descendant div that had the converted currency and hide it with a CSS statement.  But that is a pretty bad hack.