Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
fix select placeholder (#655)
Browse files Browse the repository at this point in the history
Co-authored-by: zhangjuan <zhangjuan@DDZV1GGL414>
  • Loading branch information
zhangjuan01 and zhangjuan committed Jan 21, 2022
1 parent 91b6f19 commit 7f521d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-impression/src/components/Select/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ export default class Select extends React.PureComponent {
type='text'
value={queryText}
readOnly={!searchable}
placeholder={currentPlaceholder || '请选择'}
placeholder={currentPlaceholder || placeholder}
disabled={disabled}
className='select-selection'
onChange={e => {
Expand Down

0 comments on commit 7f521d2

Please sign in to comment.