-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Description
the setTime API in TimePicker does not work for ios as there is a missing ref in TimePickerField.ios.js.
setTime(date){
this.refs.datePickerComponent.setDate(date);
}
return(<DatePickerComponent
{...this.props}
mode="time"
=> ref='datePickerComponent'
labelStyle={[formStyles.fieldText, this.props.labelStyle]}
valueStyle = {[formStyles.fieldValue,this.props.valueStyle]}
valueContainerStyle = {[formStyles.alignRight,
formStyles.horizontalContainer, this.props.valueContainerStyle]}
containerStyle={[
formStyles.fieldContainer,
formStyles.horizontalContainer,
this.props.containerStyle,
]}
/>)
Metadata
Metadata
Assignees
Labels
No labels