Skip to content

1.4.0

Compare
Choose a tag to compare
@pedro-lb pedro-lb released this 15 Jul 20:53
· 145 commits to master since this release

🔥 Automatic mapping of schema properties into FormInput properties

Formup will now automatically map schema properties into FormInput properties, in an attempt to make your schema a single-source-of-truth in your code.

Currently, it will map:

  • label into label and aria-label properties

Note: You can override any mapped property by passing it directly to FormInput.