In ArcGIS Online, allow additional number formatting options for fields, specifically the ability to format a decimal as a percentage (%) for display in legend and elsewhere.
I can create an Attribute Expression, which allows for displaying a decimal as a % for pop-ups, but this converts the field to string and does not provide a solution for choropleth mapping/legends.
Here I have a numeric field (turnout bonus) with percentages stored as decimal values. I want the legend to display >100% - 128%, 75% - 100%, etc. This is basic functionality

The most logical place would be to add an option to the Formatting options to allow display as % (multiply by 100, add "%")

Alternatively, you could allow for custom editing of the legend. (Basically, the ability to click into the pre-set defaults and write my own text)