Skip to content

Commit

Permalink
fix: Update search placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
lebaz20 committed Oct 29, 2017
1 parent 62d85bc commit 3ab331b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SchoolsLookUp/SchoolsLookUp.js
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ class SchoolsLookUp extends Component {
onInputChange={this.handleInputChange}
className="schoolsLookUpForm"
labelKey={option => `${option.id !== 0 ? `${option.name} ${option.post_code}` : ''}`}
placeholder="Search"
placeholder="Type to start search (this may take a few seconds)"
renderMenu={this.renderMenu}
options={options}
useCache={false}
Expand Down

0 comments on commit 3ab331b

Please sign in to comment.