From 015581792dede1c287d81bd49581ce7204ecc98f Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 20 May 2019 13:40:58 +0000 Subject: [PATCH] Deploy website Deploy website version based on dd37d52f8334f5c8dbe04420619c82e03d4d3516 --- docs/next/datepickerios.html | 36 ++++++++++++++++++++++++++++-- docs/next/datepickerios/index.html | 36 ++++++++++++++++++++++++++++-- 2 files changed, 68 insertions(+), 4 deletions(-) diff --git a/docs/next/datepickerios.html b/docs/next/datepickerios.html index 123854e88b0..d2c081c296e 100644 --- a/docs/next/datepickerios.html +++ b/docs/next/datepickerios.html @@ -107,12 +107,14 @@
@@ -129,6 +131,20 @@
+

onChange

+

Date change handler.

+

This is called when the user changes the date or time in the UI. +The first and only argument is an Event. For getting the date the picker +was changed to, use onDateChange instead.

+ + + + + + + +
TypeRequired
functionNo
+

onDateChange

Date change handler.

This is called when the user changes the date or time in the UI. The first and only argument is a Date object representing the new date and time.

@@ -215,6 +231,22 @@ numberNo +
+

initialDate

+

Provides an initial value that will change when the user starts selecting +a date. It is useful for simple use-cases where you do not want to deal +with listening to events and updating the date prop to keep the +controlled state in sync. The controlled state has known bugs which +causes it to go out of sync with native. The initialDate prop is intended +to allow you to have native be source of truth.

+ + + + + + + +
TypeRequired
DateNo
ButtonDrawerLayoutAndroid