Another buggy experience in ASP.NET MVC. This has to do with validation, more
specifically numeric validation. Whenever you have a numeric property on your
view models, ASP.NET MVC automatically adds some implicit validation to ensure
that whatever entered in fact is a numeric value.
Might be good in