fix: tree-select searchPlaceholder incorrect #125

pull/165/head
tangjinzhou 6 years ago
parent c0796f3cca
commit 5c2522615d

@ -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…
Cancel
Save