fix: tree-select searchPlaceholder incorrect #125
parent
6cd609c7d8
commit
a07f50c31a
|
@ -437,7 +437,7 @@ const Select = {
|
|||
if (isMultiple(props)) {
|
||||
placeholder = getComponentFromProp(this, 'placeholder') || getComponentFromProp(this, 'searchPlaceholder')
|
||||
} else {
|
||||
placeholder = getComponentFromProp(this, 'placeholder')
|
||||
placeholder = getComponentFromProp(this, 'searchPlaceholder')
|
||||
}
|
||||
if (placeholder) {
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue