Skip to content

Commit

Permalink
Add hidden widget for arrays (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike391 authored and epicfaace committed Jan 19, 2019
1 parent 98d7bc3 commit c17f3bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const widgetMap = {
select: "SelectWidget",
checkboxes: "CheckboxesWidget",
files: "FileWidget",
hidden: "HiddenWidget",
},
};

Expand Down

0 comments on commit c17f3bd

Please sign in to comment.