Skip to content

Commit

Permalink
feat: updated field props
Browse files Browse the repository at this point in the history
  • Loading branch information
foxhound87 committed Apr 21, 2017
1 parent 1df9c15 commit 49b6d3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ const fieldPropsToPick = [
'isPristine',
'isDirty',
'error',
'related',
'rules',
'validators',
'related',
'extra',
'options',
'size',
];

Expand Down

0 comments on commit 49b6d3e

Please sign in to comment.