Skip to content

v4.19.7

Compare
Choose a tag to compare
@michael-braun michael-braun released this 22 Oct 10:56
· 777 commits to master since this release
9387391

Bug:

  • IntegerFormatter: An invalid value is now displayed as an empty string. Previously the string "NaN" was displayed inside the input.
  • FormattedInput: The inputRef-prop is now working correctly.
  • FormattedInput: The first argument of the onEnter-callback contains the parsed value now (like the first argument of the onChange-callback)