Skip to content

numerical-emptiness

Compare
Choose a tag to compare
@nelsonpecora nelsonpecora released this 05 Jul 19:57
· 206 commits to master since this release
  • fix error when using filterable-lists with items that have duplicate keys (which you shouldn't do, but it shouldn't break the lists)
  • fix issue when validating the emptiness of numerical inputs (NaN / null handled correctly)
  • update min/max error messages to take into account value, not just length
  • add docs for custom validators + reveal edge cases