What I’m trying to do:
Display a whole number (e.g., an Issue Age) for entry, as a whole number. Many of our inputs are whole numbers, with no fractional part, by definition. They are stored in the database, in SimpleObjects, as integers.
What I’ve tried and what’s not working:
They now display as this:
This value is stored as an integer, but is now displaying with a decimal point and fractional digit. Earlier this week, it was displaying as just “60”. As it should.
In fact, virtually all of our integer-valued fields now show a fractional part.
I could not find any new setting in the TextBox component that would explain this. Is there some new global setting?
Edit: Browsers tested so far:
FireFox: 60.0
Edge: 60.0
Chrome: 60.0
Safari: 60.0
Edit 2: I suspect there should be some “hint” we can give, when the value is supposed to always be a whole number, so that it can be displayed appropriately.