Constructor
# <TimeSelect baseId maxValue minValue name onClickFunction reduceSize selectedValue />
Display time select for calendar form
PropTypes:
Name | Type | Required | Description | Default |
---|---|---|---|---|
baseId |
string | No | ||
maxValue |
number | No | 9 | |
minValue |
number | No | 0 | |
name |
string | Yes | ||
onClickFunction |
func | Yes | ||
reduceSize |
bool | No | false | |
selectedValue |
number | No | 0 |
Parameters:
Name | Type | Description |
---|---|---|
props |
object
|
|
baseId |
string
|
date picker input id |
maxValue |
number
|
maximum value that the select can display |
minValue |
number
|
minimum value that the select can display |
name |
string
|
|
onClickFunction |
object
|
function apply to select |
reduceSize |
boolean
|
true for small format |
selectedValue |
number
|
value display as selected |
object