Originally, the platforms were synchronized in that they only committed values on blur, but mac has drifted away from that which means they've also started implementing their own validation since the normal validation happens at commit. We need to:
[x] Decide on a commit method
[ ] Ensure all editors are uniform
[ ] Ensure validation goes through the VM in either case.
Originally, the platforms were synchronized in that they only committed values on blur, but mac has drifted away from that which means they've also started implementing their own validation since the normal validation happens at commit. We need to: