Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
Pietro Ghezzi committed Feb 7, 2018
1 parent 41787f4 commit c98c28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Calendar input field.
| `onChange` | `function` | **required** | function called when value change and is valid. |
| `placeholder` | `string` | none | text to display as input placeholder. |
| `label` | `string` | none | text to display as input label. |
| `position` | `string` | `center` | Position to the screen. `center`, `flex-start`, `flex-end |
| `position` | `string` | `flex-end` | Position to the screen. `center`, `flex-start`, `flex-end` |
| `theme` | `string` or `object` | `blue` | string as the name of the theme or object as custom styles. |
| `dateFormat` | `string` | `MM/DD/YYYY` | specify a different date format. |
| `defaultValue` | `string` or `number` | none | default value for the input field. |
Expand Down

0 comments on commit c98c28e

Please sign in to comment.