|
|
@ -437,7 +437,7 @@ const Select = { |
|
|
|
if (isMultiple(props)) { |
|
|
|
if (isMultiple(props)) { |
|
|
|
placeholder = getComponentFromProp(this, 'placeholder') || getComponentFromProp(this, 'searchPlaceholder') |
|
|
|
placeholder = getComponentFromProp(this, 'placeholder') || getComponentFromProp(this, 'searchPlaceholder') |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
placeholder = getComponentFromProp(this, 'placeholder') |
|
|
|
placeholder = getComponentFromProp(this, 'searchPlaceholder') |
|
|
|
} |
|
|
|
} |
|
|
|
if (placeholder) { |
|
|
|
if (placeholder) { |
|
|
|
return ( |
|
|
|
return ( |
|
|
|