Skip to content

1.14.0

Compare
Choose a tag to compare
@moroshko moroshko released this 21 Feb 09:47
· 413 commits to master since this release
  • Form component:
    • Exposes only values and errors now.
    • disabled components are not validated anymore.
  • All form input components:
    • Accept a new validateData prop that is accessible in validate.
  • Input component:
    • Added min, max, and step props for type="number".