Skip to content

Commit

Permalink
feat: Introduced size prop
Browse files Browse the repository at this point in the history
  • Loading branch information
foxhound87 committed Apr 9, 2017
1 parent 09788e8 commit 127fe59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const fieldPropsToPick = [
'related',
'rules',
'validators',
'size',
];

const parseFormData = form =>
Expand All @@ -41,6 +42,7 @@ const parseFormData = form =>
'focus',
'touched',
'changed',
'size',
]));

const parseFieldsData = fields =>
Expand Down

0 comments on commit 127fe59

Please sign in to comment.