Why is a period "." not displaying in my table or text field?

I have a resource query that returns data from Azure Sql Database. When I preview the query, the data looks correct, but when rendered in a table it's removed the "." character. How do I fix?

I don't have any JS to strip it out.

What is the column type?

In the database it's a varchar(50), and in Retool it's String.

kill off the _.startCase() perhaps?

Yep, that was it, not sure how that got there, and why I didn't even notice it.

It is there by default and has been mentioned as causing some issues in some apps