|
@@ -147,6 +147,7 @@ export class TimePicker extends PureComponent<Props, State> {
|
|
|
value={currentOption}
|
|
value={currentOption}
|
|
|
label={label}
|
|
label={label}
|
|
|
options={options}
|
|
options={options}
|
|
|
|
|
+ maxMenuHeight={600}
|
|
|
onChange={this.onSelectChanged}
|
|
onChange={this.onSelectChanged}
|
|
|
iconClass={'fa fa-clock-o fa-fw'}
|
|
iconClass={'fa fa-clock-o fa-fw'}
|
|
|
tooltipContent={<TimePickerTooltipContent timeRange={value} />}
|
|
tooltipContent={<TimePickerTooltipContent timeRange={value} />}
|