Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
franleplant committed Oct 9, 2016
1 parent 458a05d commit a611457
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,12 @@ type Control = {
// from the arguments of the onChange event handler.
// Check `data-form` section for more information
getValue: Function;

// The parsed or forced inputType of the component
inputType: string;

// The React element type
elementType: string | Function;
}

```
Expand Down

0 comments on commit a611457

Please sign in to comment.