Wrong values in Cell display mode(Auto)

Hello everyone,
This is the JSON format which I get from Elasticsearch for TRUE value:
“mailAlerting”: {
“boolValue”: true,
“codeNumber”: 1,
},

And this is the format for FALSE value:
“mailAlerting”: {
“boolValue”: false,
“codeNumber”: 0,
},

But unfortunately, the raw display for FALSE shows “00” instead of “0” in the AUTO Cell display mode.
The attached screenshot also shows that it shows correct values in JSON Cell value display mode.
Please let me know if this is a BUG from Grafana side or am I missing something.

Thanks in advanced.

Screenshot 2021-05-31 120507
Screenshot 2021-05-31 120544