From 9ba34480cc1ee611b35a5c83c9c71396b6c5a5ee Mon Sep 17 00:00:00 2001 From: Loic CHOLLIER Date: Fri, 22 May 2015 17:30:20 -0700 Subject: [PATCH] Adds README information for picker mode --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 635776e5..a572c137 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ DateTimeField | **inputProps** | object | undefined | Defines additional attributes for the input element of the component. | | **minDate** | moment | undefined | The earliest date allowed for entry in the calendar view. | | **maxDate** | moment | undefined | The latest date allowed for entry in the calendar view. | +| **mode** | string | undefined | Allows to selectively display only the time picker ('time') or the date picker ('date') | Update Warning ===============================