Hello.
First of all, thank you for this nice toolbox.
Now, I am a little disappointed that when choosing the type "number" there are no options on how to store or get the field data in a certain way (number formatting) - That is strange as it's fairly easy to implement it. However, I figured that you can manually do that via sanitization callback, adding a filter.
But then, after sanitizing a custom field according to https://docs.metabox.io/sanitization/ I get the desired result at the frontend but the custom field value in the backend is empty in that case. That shouldn't be the case and to make it worse, if one needs to edit that pages content and stores it, it will delete the value (field is empty)... that is inacceptable to be used for me as my clients would ruin the output regularly.