Skip to content

Commit

Permalink
feat: props added
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Esteban committed Oct 29, 2021
1 parent 3c765cc commit 5c1bfe2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 10 additions & 2 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ const FormBuilder = ({
: 'forms.container'
}}
onSubmit={useFormObj.handleSubmit(onSubmit)}
{...props}
>
{form &&
Array.isArray(form.questions) &&
Expand Down

0 comments on commit 5c1bfe2

Please sign in to comment.