Super Form Builder built on top of Vue with Drag & Drop functionality, savable-form-schema and easy to maintain/upgrade your form.
414
stars
129
forks
source link
Fix #113: Impossible to turn off validation error alert #114
Open
dvuckovic opened 2 years ago
Issue #113 stems from a faulty assignment in the plugin installer:
This will always default to
true
value in caseproperties.validationErrorShowAlert
is "falsy".We can fix this by checking if the option was defined first, and assign the default only if it wasn't.