0.2.0-beta
Pre-release
Pre-release
Release notes:
- 🆕 Added a simple switch field;
- Fixed bug when validator(s) provided was/were of type string inside the schema;
- Added some more validators: e.g.
mobileNumberNL
,number
,minLength
andmaxLength
; - Default validators, such as
required
will now automatically be added to the field.
- Removed
classes
prop fromFormGenerator.vue
as the built-inclass
prop would suffice;