v3.6.0
New Features
- New
formatOnBlur
prop that will causeformat
to only be run when a value is blurred. This is hugely useful for formatting numbers, where you want a user to be able to type"3."
on their way to"3.14"
without having theformat
function erase the decimal point in formatting. #274 #187