TimePicker: Increase max height of quick range dropdown (#18247)
(cherry picked from commit 996567ac42)
This commit is contained in:
committed by
Leonard Gram
parent
9cbe0abb44
commit
a2c7570c5c
@@ -148,6 +148,7 @@ export class TimePicker extends PureComponent<Props, State> {
|
||||
value={currentOption}
|
||||
label={label}
|
||||
options={options}
|
||||
maxMenuHeight={600}
|
||||
onChange={this.onSelectChanged}
|
||||
iconClass={'fa fa-clock-o fa-fw'}
|
||||
tooltipContent={<TimePickerTooltipContent timeRange={value} />}
|
||||
|
||||
Reference in New Issue
Block a user