InputTime

With the InputTime you can select a time which is composed of hours / minutes / seconds.

Examples

Uncontrolled component:

Controlled component:

Theme

Props

Name

Type

Default value

Description

hoursLabel

string

'Hours'

minutesLabel

string

'Minutes'

secondsLabel

string

'Seconds'

datePartRender

func

null

defaultValue

instanceOf

new Date()

value

instanceOf

null

onChange

func

noop