Hello,
lately I'm seeing myself using more often decimal attributes with 0 decimal places, just to get the possibility to set prefix/suffix.
It would be great to have this possibility also in integer fields.
At this moment there are two options, if we want to be consistent:
* ignore that feature, because in integer fields you have to add te suffix/prefix in the name of attribute - it just looks better, when it's in attribute name everywhere.
* overuse of the decimal attributes even for cases, when you need integer - just to have everywhere suffix/prefix in same place.
I think it's rather small change, but it will allow to make forms more unified :)