mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Cascader: Add size for input (#22517)
This commit is contained in:
parent
f09ee3d8c2
commit
8b122ee464
@ -205,6 +205,7 @@ export class Cascader extends React.PureComponent<CascaderProps, CascaderState>
|
||||
>
|
||||
<div className={disableDivFocus}>
|
||||
<Input
|
||||
size={size || 'md'}
|
||||
placeholder={placeholder}
|
||||
value={activeLabel}
|
||||
onKeyDown={this.onInputKeyDown}
|
||||
|
Loading…
Reference in New Issue
Block a user