Skip to content

Commit

Permalink
Added placeholder in the text box for advanced search
Browse files Browse the repository at this point in the history
  • Loading branch information
tianywan819 committed Jul 29, 2024
1 parent 8602d22 commit 27c01e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/src/pages/Bcodbs.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,10 @@ export default function BcoDbs () {
<Typography>
3. Enter search term:
</Typography>
<Field name='search' label='Search BCO Db' />
<Field
name='search'
label='Search BCO Db'
placeholder="Enter a prefix or BCO ID" />
</Box>
</CardContent>
</Card>
Expand Down

0 comments on commit 27c01e8

Please sign in to comment.