Currency value showing in table, but not in form if the database datatype is currency

I’m using the latest release of Skuid Platform on a postgresql data source. I have a currency datatype field in the database. The value shows up in a table view correctly, but when I add the field to a form, the value is empty. Same everything in Skuid (user, record, field, datatype, etc).

If I change the database datatype from currency to numeric, everything works correctly. It feels like the Skuid table can handle a postgresql currency data type, but the form component cannot.