Cascader: Add size for input (#22517)

This commit is contained in:
Tobias Skarhed 2020-03-03 10:34:42 +01:00 committed by GitHub
parent f09ee3d8c2
commit 8b122ee464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}