Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
search in the forum was not resulting in solving my problemi workt it out for normal digitsbut percentage fields keep on displaying 2 extra zero'sexample 10% gets displayed as 1000%for the plaine 0% field it works with no extra zero confused how it works and how to solve it
I came across this aswell, ended up just putting the % after the description and leaving the value as a number.
Hi,this behaviour is by design.If you just need to add a percent sign to the values in database use Custom view type with this expression:
$value=$value."%";
Or just add a percent sign in Visual Editor.