I have a blueprint with a select field like this:
pricelist:
label: Pricelist
type: radio
options:
"4200": "Maserati 4200"
"ghibli": "Maserati Ghibli"
But problem is, for the Ghibli, it saves the Value “ghibli”, everything working fine. But for the 4200, it saves the value “Maserati 4200”, means the Label. Any idea why? Cause of the integer?
I have also tested without the double quotes but without success.