From c98c28ebc3989c8f89a13e2cc8f3ba74af00f494 Mon Sep 17 00:00:00 2001 From: Pietro Ghezzi Date: Wed, 7 Feb 2018 13:46:53 +0100 Subject: [PATCH] fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ed6ae16..f92c7efb 100644 --- a/README.md +++ b/README.md @@ -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. |