Manual Reference Source
public class | source

InputTime

Extends:

react~Component → InputTime

InputTime is a component showing time picker in form of hours/minutes input field

Access

Stage.Basic.Form.InputTime

Usage

InputTime

<Form.InputTime name='startTime' value={this.state.startTime} />

Static Member Summary

Static Public Members
public static

propTypes

Static Public Members

public static propTypes: * source

propTypes

Properties:

NameTypeAttributeDescription
name string

name of the field

value string
  • optional
  • default: '00:00'

variable for input value control (acceptable format: 'HH:mm')

onChange Function
  • optional
  • default: (function () {});

function called on hours/minutes input change