Skip to content

Commit

Permalink
fix: added "options" field prop
Browse files Browse the repository at this point in the history
  • Loading branch information
foxhound87 committed Feb 26, 2019
1 parent af58134 commit 66ccaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/props.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

const base = [
'size',
'submitted',
Expand Down Expand Up @@ -29,6 +28,7 @@ const fieldPropsToPick = [
'path',
'type',
'bindings',
'options',
'default',
'initial',
'value',
Expand Down

0 comments on commit 66ccaf0

Please sign in to comment.