Skip to content

v3.6.0

Compare
Choose a tag to compare
@erikras erikras released this 07 Jun 13:15
· 307 commits to master since this release

New Features

  • New formatOnBlur prop that will cause format 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 the format function erase the decimal point in formatting. #274 #187