1.4.0
🔥 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
intolabel
andaria-label
properties
Note: You can override any mapped property by passing it directly to FormInput
.